Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.15.1
-
None
Description
I tested this on Linux, but I suppose this affects all platforms.
In my project I have
CONFIG += qtquickcompiler RESOURCES += qml.qrc
No
QTQUICK_COMPILER_SKIPPED_RESOURCES
is used.
qml.qrc contains ~10 files
all have the same prefix and should have the same imports.
yet 2 of the file appear in full in clear text when I run
strings $binary
So why is this happening and why is there no warning during compilation?
I'm using feature of Qt 5.15 do they break qtquickcompiler?