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
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to