aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-20 13:58:19 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-20 13:58:19 +0200
commit5a6daaf7dfb78c23573ce88fbecca8b8d40c812c (patch)
tree510af3b01f7b826ae71471eb6f48402110052b96 /qbs-resources
parent5e1b6c08395bd47a544cc946ebe784484454408d (diff)
parent508fce322c4715f32309e7ab959ef2630b73b553 (diff)
Merge 1.11 into master
Diffstat (limited to 'qbs-resources')
-rw-r--r--qbs-resources/imports/QbsLibrary.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs-resources/imports/QbsLibrary.qbs b/qbs-resources/imports/QbsLibrary.qbs
index 7855a3f7b..736025cbb 100644
--- a/qbs-resources/imports/QbsLibrary.qbs
+++ b/qbs-resources/imports/QbsLibrary.qbs
@@ -16,7 +16,7 @@ QbsProduct {
cpp.soVersion: version.replace(/\.\d+$/, '')
}
cpp.visibility: "minimal"
- property bool visibilityType: Qt.core.staticBuild ? "static" : "dynamic"
+ property string visibilityType: Qt.core.staticBuild ? "static" : "dynamic"
property string headerInstallPrefix: "/include/qbs"
property bool hasExporter: Utilities.versionCompare(qbs.version, "1.12") >= 0
property bool generateQbsModule: install && qbsbuildconfig.generateQbsModules && hasExporter