forked from qt-creator/qt-creator
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user