<div dir="ltr">Has anyone achieved deploying a PyQt application with compile QML files (only)?<div><br></div><div>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.</div><div><br></div><div>What alternatives do we have to obfuscate the QML source code? Freezing the application seems to be an option, any better ideas?</div><div><br></div><div>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.</div><div><br></div><div>Thanks,</div><div>Alex</div></div>