From 34ed47346e2df66941bc530f82c644c9c7e62179 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 15 Nov 2021 11:07:21 +0200 Subject: [PATCH] qmlcompiler: disable by default Properly disable the use of QML Compiler Plus by default. Change-Id: I4adebf56b2621963585db87e1084a4da819de9b9 Reviewed-by: Mikko Gronoff (cherry picked from commit 01d90c1120ea51d1e53bb1b97448224f3680a63c) Reviewed-by: Qt Cherry-pick Bot --- recipes-qt/qt6/qt6.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt6/qt6.inc b/recipes-qt/qt6/qt6.inc index 2c73aa6..02a6593 100644 --- a/recipes-qt/qt6/qt6.inc +++ b/recipes-qt/qt6/qt6.inc @@ -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