Details
-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
6.3.0
-
5a0dcda17 (dev)
Description
When using the Qt Quick Compiler and Resource Compiler, a copy of the application's QML code is stored as easily-readable plaintext in the final executable.
This is somewhat understandable for the parts that qmlsc can't process, but there should at least be a mechanism to strip out the QML/JS code that has already been compiled into C++.
If this will take a while to implement, please at the very least provide a mechanism to strip out the code comments in the short-term.
Attachments
Issue Links
- relates to
-
QTBUG-89292 Compiled qml sources visible inside executable
- Closed