Using Qt Quick Compiler/Cache for Deployment
Unsolved
Qt for Python
-
Does anybody know if and how to use the Qt Quick Compiler to deploy Qt/Python applications?
Qt automatically creates qmlc QML Cache files, which somewhat obfuscate the source code. However, I haven't found a way to load them without the original file available on the file system.
I know QML Cache files aren't designed for protecting IP, but it would make it harder for people to steal the source code.