aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-12-01 00:20:35 -0800
committerJake Petroules <jake.petroules@qt.io>2018-01-08 18:23:27 +0000
commit2a9683dc918b6a560774e5f7fe48e2c122301f53 (patch)
tree7086c2caafc9404a2d973a976d3ed11b01a7f1e0 /src/src.qbs
parent18469dc468b488562557b0fa77037c2a555962db (diff)
Move the Qt library installation out of the archive product
This allows Qt to be installed as part of Qbs by default instead of only when the archive package is built. Currently, this is enabled by default only for installations of Qt on macOS which are relocatable (have rpath in QT_CONFIG). This way it will not interfere with package managers like Homebrew/MacPorts which do not use rpath - for example, when building against a version of Qt installed by a package manager (which is typically built with absolute sonames), you're assumed to be building software to be packaged by that package manager, and therefore you want to rely on Qt as a "system" package and not copy it locally. It can also be explicitly switched off on the command line using products.qbsqt.deployQt:false This also refactors the logic a bit. Change-Id: I70b46d8fac08d34520ceab18405fa8a672158711 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src.qbs b/src/src.qbs
index 97c271850..ae58f41ae 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -7,6 +7,7 @@ Project {
"libexec/libexec.qbs",
"packages/packages.qbs",
"plugins/plugins.qbs",
- "shared/json/json.qbs"
+ "shared/json/json.qbs",
+ "shared/bundledqt/bundledqt.qbs",
]
}