QML Compiler [this qt version does not contain Qt Quick Compiler]
-
-
Hi,
@jsulm 3 years ago'
Yes, you can do QML and QtQuick for free. But the Qt Quick Compiler is not free. It is not needed, it can be used to "compile" QML stuff to improve performance, but QML works without this compiler as well.Is this still true ?
I found this :
Note: Since Qt version 5.11, the functionality of the Qt Quick Compiler has been integrated into the Qt Quick module itself. This separate add-on remains available in the earlier long term support releases of Qt.
http://doc.qt.io/QtQuickCompiler/So why i have : "this qt version does not contain Qt Quick Compiler" warning in Qt Creator Project tab
-
Hi,
@jsulm 3 years ago'
Yes, you can do QML and QtQuick for free. But the Qt Quick Compiler is not free. It is not needed, it can be used to "compile" QML stuff to improve performance, but QML works without this compiler as well.Is this still true ?
@LeLev
Apparently it depends on Qt version It notes
*** For Qt versions 5.10 and earlier this is commercial only.Is it included in open source prebuild Qt 5.11 ?
-
I found this :
Note: Since Qt version 5.11, the functionality of the Qt Quick Compiler has been integrated into the Qt Quick module itself. This separate add-on remains available in the earlier long term support releases of Qt.
http://doc.qt.io/QtQuickCompiler/So why i have : "this qt version does not contain Qt Quick Compiler" warning in Qt Creator Project tab
@LeLev said in QML Compiler [this qt version does not contain Qt Quick Compiler]:
So why i have : "this qt version does not contain Qt Quick Compiler" warning in Qt Creator Project tab
Probably it was not on the radar of creator devs. You may want to check with JIRA