aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-05-18 13:25:32 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2022-06-17 08:49:57 +0000
commit7708de853a9dd59cad4158865171f1e3879bda7d (patch)
tree2936a8cfd21a9a320769359eb40677f8d2c10fd9
parent09838e40d7a7fe3af5113b6fe80c2a37431488f1 (diff)
internal: enable all commercial modules
Switch to using QT_COMMERCIAL_MODULES variable that enabled all commercial modules, including qmlcompiler. Change-Id: Ic04acdec5d91cde90ebd379d8e566447679a801e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 33101b877c6c12a02f3239fa561cbedfc9c16cfb)
-rw-r--r--meta-boot2qt/classes/internal-build.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-boot2qt/classes/internal-build.bbclass b/meta-boot2qt/classes/internal-build.bbclass
index 84ae43ef..f448e43d 100644
--- a/meta-boot2qt/classes/internal-build.bbclass
+++ b/meta-boot2qt/classes/internal-build.bbclass
@@ -36,8 +36,8 @@ python enable_internal_build () {
# enable qtsaferenderer for internal builds
e.data.appendVar('DISTRO_FEATURES_BACKFILL', ' qtsaferenderer')
- # enable qmlcompiler
- e.data.setVar('ENABLE_QMLCOMPILER', "1")
+ # enable commercial modules and qmlcompiler
+ e.data.setVar('QT_COMMERCIAL_MODULES', '1')
e.data.setVar('QT_INTERNAL_BUILD', "1")
e.data.prependVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.ci.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH")