forked from qt-creator/qt-creator
qbs build: Fix more warnings on Windows
Change-Id: I2104d2889cff0fd6a2473e1e141936bb781041a9 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
@@ -28,7 +28,10 @@ QtcProduct {
|
||||
"../../../../share/qtcreator/qml/qmlpuppet/interfaces",
|
||||
"../../../../share/qtcreator/qml/qmlpuppet/types",
|
||||
])
|
||||
Properties {
|
||||
condition: qbs.targetOS.contains("unix")
|
||||
cpp.internalVersion: ""
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "controls"
|
||||
|
@@ -8,7 +8,10 @@ QtcProduct {
|
||||
|
||||
cpp.defines: base.concat("QTQUICK_LIBRARY")
|
||||
cpp.includePaths: base.concat("../designercore/include")
|
||||
Properties {
|
||||
condition: qbs.targetOS.contains("unix")
|
||||
cpp.internalVersion: ""
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "sources"
|
||||
|
Reference in New Issue
Block a user