aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/bundledqt
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/bundledqt')
-rw-r--r--src/shared/bundledqt/bundledqt.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/bundledqt/bundledqt.qbs b/src/shared/bundledqt/bundledqt.qbs
index 65d85ffc6..b1594dee7 100644
--- a/src/shared/bundledqt/bundledqt.qbs
+++ b/src/shared/bundledqt/bundledqt.qbs
@@ -6,7 +6,8 @@ Product {
Depends { name: "Qt"; submodules:
["core", "gui", "network", "printsupport", "script", "widgets", "xml"] }
- property bool deployQt: qbs.targetOS.contains("macos") && Qt.core.qtConfig.contains("rpath")
+ property bool deployQt: qbsbuildconfig.enableBundledQt && qbs.targetOS.contains("macos")
+ && Qt.core.qtConfig.contains("rpath")
property bool deployDebugLibraries: qbs.buildVariants.contains("debug")
readonly property string qtDebugLibrarySuffix: {