aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/imports
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-07-05 12:14:18 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-07-05 11:24:35 +0000
commit35c17ac73aa90643742189d66c0f7874083ab065 (patch)
tree8dfb5445e787b761be2e93b171878a0397c237f5 /qbs/imports
parentf4c7a3b88738314a639dd53e68773bb896041868 (diff)
qbs build: Remove version part from plugin file names
The files now have the same names as in the qmake build (e.g. libCore.so rather than libCore.so.4.0.82). Change-Id: I426a8b3ff55525cc9b066bfa4288d993fe3c1b6e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qbs/imports')
-rw-r--r--qbs/imports/QtcPlugin.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs/imports/QtcPlugin.qbs b/qbs/imports/QtcPlugin.qbs
index ed6d2b6760..e18607ffba 100644
--- a/qbs/imports/QtcPlugin.qbs
+++ b/qbs/imports/QtcPlugin.qbs
@@ -25,7 +25,7 @@ QtcProduct {
name: "Qt.test"
}
- cpp.createSymlinks: false
+ cpp.internalVersion: ""
cpp.defines: base.concat([name.toUpperCase() + "_LIBRARY"])
cpp.sonamePrefix: qbs.targetOS.contains("osx")
? "@rpath"