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