mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
194ba5b2d4
commit
34ed47346e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user