[Development] qt6 qml to c++ compilation
Damian Ivanov
damianatorrpm at gmail.com
Wed Nov 4 20:22:08 CET 2020
Hi!
I installed qt6 to see what awaits now that Qt 5.15 always includes
qml source code,
even with quickcompiler https://bugreports.qt.io/browse/QTBUG-88147
I created an example Qt6 application and tried with and without adding
CONFIG += qtquickcompiler
The output of strings $binary includes the whole qml file like in Qt 5.15.
My question is, Qt6 is supposed to compile this directly to c++ code.
Will that still include the whole qml code?
And if not how do you check if it got compiled to c++ code correctly?
Thanks in advance.
Best regards,
Damian
More information about the Development
mailing list