summaryrefslogtreecommitdiff
path: root/qbs-resources
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-06-30 15:17:03 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-04-09 07:17:25 +0000
commitd45d7ea294daa85249432572a6bdb4dece82d44c (patch)
treec976658ad97ddac8ec1049f5d02ed3431ca2fcbb /qbs-resources
parentcf12d96aa7e22f8cb18b6af076fec36b6ea96f34 (diff)
downloadqbs-d45d7ea294daa85249432572a6bdb4dece82d44c.tar.gz
Add QtScript git submodule
This adds QtScript as a git submodule to build the qbsscriptengine library. QtDeclarative support has been stripped out. We don't need that. Windows CE and Symbian platform support has been removed. JIT has been disabled, which improves resolve/rule execution by 8%. [ChangeLog] Bundled QtScript as a submodule. Task-number: QBS-913 Change-Id: Idfbaf06eb2cef3985e5eae955f231686499f7754 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'qbs-resources')
-rw-r--r--qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs b/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
index dd079a106..8bd3c617a 100644
--- a/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
+++ b/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
@@ -7,6 +7,7 @@ Module {
property bool enableRPath: true
property bool installApiHeaders: true
property bool enableBundledQt: true
+ property bool useBundledQtScript: false
property string libDirName: "lib"
property string appInstallDir: "bin"
property string libInstallDir: qbs.targetOS.contains("windows") ? "bin" : libDirName