aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-30 10:02:44 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-30 10:56:14 +0000
commit860b89b49c822edf2b25cb787162b598da13e208 (patch)
tree26aac88d91a57f8ec6e0313b92facf9029cc01e1 /qbs
parentf211802d4cbedd3af88cb62e8c2342388cac6057 (diff)
qbs build: Disable Qt bundling functionality
This would otherwise come in from the qbs submodule. Change-Id: I44cc3ae5115146d3e051fcc0f78b1369205d3488 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs b/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs
index 6c77099906..ed754e43da 100644
--- a/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs
+++ b/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs
@@ -9,6 +9,7 @@ Module {
property bool enableUnitTests: false
property bool enableProjectFileUpdates: true
property bool installApiHeaders: false
+ property bool enableBundledQt: false
property string libInstallDir: qtc.ide_library_path
property stringList libRPaths: qbs.targetOS.contains("macos")
? ["@loader_path/" + FileInfo.relativePath('/' + appInstallDir, '/' + libInstallDir)]