qmlcompiler: disable by default

Properly disable the use of QML Compiler Plus by default.

Change-Id: I4adebf56b2621963585db87e1084a4da819de9b9
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 01d90c1120)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Samuli Piippo 2021-11-15 11:07:21 +02:00 committed by Qt Cherry-pick Bot
parent 194ba5b2d4
commit 34ed47346e

View File

@ -21,6 +21,7 @@ python __anonymous() {
d.setVar("PACKAGE_ARCH", tarch)
}
ENABLE_QMLCOMPILER ?= '0'
python __anonymous() {
if (d.getVar('QT_EDITION', True) != 'commercial' or
d.getVar('ENABLE_QMLCOMPILER', True) == '0' or