forked from qt-creator/qt-creator
qbs build: Fix warnings on Windows
Change-Id: Ic62200d30be054128fd810ae85e7b8eb1900be89 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
@@ -25,7 +25,10 @@ QtcProduct {
|
|||||||
name: "Qt.test"
|
name: "Qt.test"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Properties {
|
||||||
|
condition: qbs.targetOS.contains("unix")
|
||||||
cpp.internalVersion: ""
|
cpp.internalVersion: ""
|
||||||
|
}
|
||||||
cpp.defines: base.concat([name.toUpperCase() + "_LIBRARY"])
|
cpp.defines: base.concat([name.toUpperCase() + "_LIBRARY"])
|
||||||
cpp.sonamePrefix: qbs.targetOS.contains("macos")
|
cpp.sonamePrefix: qbs.targetOS.contains("macos")
|
||||||
? "@rpath"
|
? "@rpath"
|
||||||
|
Reference in New Issue
Block a user