qbs build: Fix warnings on Windows

Change-Id: Ic62200d30be054128fd810ae85e7b8eb1900be89
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Christian Kandeler
2016-08-04 15:41:07 +02:00
parent 612dd96307
commit d004203b13

View File

@@ -25,7 +25,10 @@ QtcProduct {
name: "Qt.test"
}
Properties {
condition: qbs.targetOS.contains("unix")
cpp.internalVersion: ""
}
cpp.defines: base.concat([name.toUpperCase() + "_LIBRARY"])
cpp.sonamePrefix: qbs.targetOS.contains("macos")
? "@rpath"