forked from qt-creator/qt-creator
update qbs files
Use the new contains function and the targetOS list. Change-Id: I38b995eb9328e449befad85792512c45670cc8c9 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import "../QtcTool.qbs" as QtcTool
|
||||
|
||||
QtcTool {
|
||||
name: "qtcdebugger"
|
||||
condition: qbs.targetOS == "windows"
|
||||
condition: qbs.targetOS.contains("windows")
|
||||
|
||||
cpp.includePaths: [
|
||||
buildDirectory,
|
||||
|
||||
Reference in New Issue
Block a user