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>
This commit is contained in:
Christian Kandeler
2016-07-05 12:14:18 +02:00
parent f4c7a3b887
commit 35c17ac73a

View File

@@ -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"