aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-30 09:59:15 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-30 10:55:55 +0000
commit96080962285a0bea25ba750be474e851b811c70b (patch)
tree40c32799f724fe89fbfc1ca81085683611651294 /qbs-resources
parent8355ba92901715bc9366c9a0218fa756ae457408 (diff)
qbs build: Make the Qt bundling functionality configurable
We don't want that in Qt Creator. Change-Id: I811eed24fae6cb3f652a89d37138d8cf00992057 Reviewed-by: Alexandru Croitor <alexandru.croitor@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 b7ae7e8a0..a1781400d 100644
--- a/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
+++ b/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
@@ -6,6 +6,7 @@ Module {
property bool enableProjectFileUpdates: false
property bool enableRPath: true
property bool installApiHeaders: true
+ property bool enableBundledQt: true
property string libDirName: "lib"
property string appInstallDir: "bin"
property string libInstallDir: qbs.targetOS.contains("windows") ? "bin" : libDirName