[PyQt] Deploying applicaition with QtQuick Compiler/Cache files

Alexander Rössler machinekoder at gmail.com
Wed Apr 24 15:31:28 BST 2019


Has anyone achieved deploying a PyQt application with compile QML files
(only)?

Not sure if that's possible, the Qt documentation doesn't say much about
qmlc files generated by the JIT compiler. There is a guide on how to use it
in combination with resource files, but that won't apply for PyQt.

What alternatives do we have to obfuscate the QML source code? Freezing the
application seems to be an option, any better ideas?

I've heard people talking about custom resource loaders that use GPG
encryption, but in the end, it will all end up in memory, so I'm not sure
if it would help much if someone really wants to reverse engineer the
application.

Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190424/01db41a2/attachment.html>


More information about the PyQt mailing list