From bcf2849298fa170e0286332414e08637faa60f6a Mon Sep 17 00:00:00 2001 From: Richard Weickelt Date: Sun, 7 Jul 2019 16:59:55 +0200 Subject: 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 --- share/qbs/module-providers/Qt/templates/core.qbs | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3