summaryrefslogtreecommitdiff
path: root/tests/auto/api/testdata/project-with-properties-item/project-with-properties-item.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/project-with-properties-item/project-with-properties-item.qbs')
-rw-r--r--tests/auto/api/testdata/project-with-properties-item/project-with-properties-item.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/project-with-properties-item/project-with-properties-item.qbs b/tests/auto/api/testdata/project-with-properties-item/project-with-properties-item.qbs
index 866ec4ecb..812c6a65e 100644
--- a/tests/auto/api/testdata/project-with-properties-item/project-with-properties-item.qbs
+++ b/tests/auto/api/testdata/project-with-properties-item/project-with-properties-item.qbs
@@ -3,7 +3,7 @@ Project {
property string libPath: "/usr/lib"
Properties {
- condition: qbs.targetOS.contains("macos")
+ condition: qbs.targetOS.includes("macos")
binPath: "/Users/boo"
libPath: "/Libraries/foo"
}