summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-08-18 14:13:34 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-08-19 12:27:53 +0000
commitb421956621a4e4389ba6c68cbf3fb7aa692fa566 (patch)
treef8dea80d362fd074065c904364beb52023c7d0ee /conf
parenta9c0c957a458a17be52cef418a5fec22760a69cf (diff)
downloadmeta-boot2qt-b421956621a4e4389ba6c68cbf3fb7aa692fa566.tar.gz
Correctly use QtQuickCompiler when available
Make sure the we use QtQuickCompiler only when we either have access to the sources (internal gerrit repo) or the prebuilt binaries are available. The internal-build class checks if we are working within The Qt Company network, so we will also have access to the sources. Setting ENABLE_QTQUICKCOMPILER env to "1" in local.conf has the same effect. Otherwise check if the prebuilt binaries are available as installed by the Qt Online SDK. Change-Id: I63b09ebabc96bb14b119ea7472a3fa7b10e5c2a8 Task-number: QTBUG-53052 Task-number: QTBUG-53216 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 5dd5c3d..ad55f78 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -273,6 +273,9 @@ INHERIT += "rm_work"
273INHERIT += "image-buildinfo" 273INHERIT += "image-buildinfo"
274INHERIT += "internal-build" 274INHERIT += "internal-build"
275 275
276# Enables use of QtQuickCompiler if you have access to the gerrit project
277#ENABLE_QTQUICKCOMPILER = "1"
278
276ACCEPT_FSL_EULA = "1" 279ACCEPT_FSL_EULA = "1"
277LICENSE_FLAGS_WHITELIST = "commercial" 280LICENSE_FLAGS_WHITELIST = "commercial"
278 281