aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/tool-in-module/use-outside-project/modules/thetool/thetool.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/tool-in-module/use-outside-project/modules/thetool/thetool.qbs')
-rw-r--r--tests/auto/api/testdata/tool-in-module/use-outside-project/modules/thetool/thetool.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/tool-in-module/use-outside-project/modules/thetool/thetool.qbs b/tests/auto/api/testdata/tool-in-module/use-outside-project/modules/thetool/thetool.qbs
index de9c4e935..e2b1ec6df 100644
--- a/tests/auto/api/testdata/tool-in-module/use-outside-project/modules/thetool/thetool.qbs
+++ b/tests/auto/api/testdata/tool-in-module/use-outside-project/modules/thetool/thetool.qbs
@@ -6,7 +6,7 @@ Module {
Group {
name: "thetool binary"
files: FileInfo.cleanPath(FileInfo.joinPaths(path, "..", "..",
- "thetool" + (Host.os().contains("windows") ? ".exe" : "")));
+ "thetool" + (Host.os().includes("windows") ? ".exe" : "")));
fileTags: ["thetool.thetool"]
filesAreTargets: true
}