aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2019-07-07 16:59:55 +0200
committerRichard Weickelt <richard@weickelt.de>2019-07-09 11:18:07 +0000
commitbcf2849298fa170e0286332414e08637faa60f6a (patch)
treea809711f89c190a503132a535e7c3c36aba1d362
parent73e2c2a5601e34bfcb6c471784a849b136d03f5f (diff)
Add hasLibrary property to Qt.core
This allows us to treat Qt.core similar to other Qt modules based upon QtModule.qbs when bundling Qt libraries together with an application. Change-Id: I9ae54ec40c3fb7506181afbd437f4e2f03b02e41 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--share/qbs/module-providers/Qt/templates/core.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/module-providers/Qt/templates/core.qbs b/share/qbs/module-providers/Qt/templates/core.qbs
index 63d9a4cb5..2c9ee9a14 100644
--- a/share/qbs/module-providers/Qt/templates/core.qbs
+++ b/share/qbs/module-providers/Qt/templates/core.qbs
@@ -90,6 +90,7 @@ Module {
? libFilePathDebug : libFilePathRelease
property stringList coreLibPaths: @libraryPaths@
+ property bool hasLibrary: true
// These are deliberately not path types
// We don't want to resolve them against the source directory