summaryrefslogtreecommitdiff
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-07-23 17:01:14 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-23 17:32:10 +0200
commit99baab0429391eb787ed1ff04824fe382af7ebc4 (patch)
tree08588d42608389e086d912ce45d4ef86f07cb7ff /qbs
parentb0de066759733a55cf0f363cbafea59837ccb0c9 (diff)
downloadqt-creator-99baab0429391eb787ed1ff04824fe382af7ebc4.tar.gz
qbs build: Hide symbols by default.
Like the qmake build does. Change-Id: I0791e5d09741718d356d869faa04c066ffe56f72 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/imports/QtcProduct.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/imports/QtcProduct.qbs b/qbs/imports/QtcProduct.qbs
index a0433de4ef..7372fa7698 100644
--- a/qbs/imports/QtcProduct.qbs
+++ b/qbs/imports/QtcProduct.qbs
@@ -15,6 +15,7 @@ Product {
}
cpp.minimumOsxVersion: "10.7"
cpp.minimumWindowsVersion: qbs.architecture === "x86" ? "5.1" : "5.2"
+ cpp.visibility: "minimal"
Depends { name: "Qt.core" }