aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/QBS-728/QBS-728.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/QBS-728/QBS-728.qbs')
-rw-r--r--tests/auto/api/testdata/QBS-728/QBS-728.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/QBS-728/QBS-728.qbs b/tests/auto/api/testdata/QBS-728/QBS-728.qbs
index 5969e13cc..cdeb7c6db 100644
--- a/tests/auto/api/testdata/QBS-728/QBS-728.qbs
+++ b/tests/auto/api/testdata/QBS-728/QBS-728.qbs
@@ -1,5 +1,5 @@
Product {
- property bool isBlubbOS: qbs.targetOS.contains("blubb-OS")
+ property bool isBlubbOS: qbs.targetOS.includes("blubb-OS")
qbs.profiles: isBlubbOS ? ["blubb-profile"] : [project.profile]
qbs.architecture: "blubb-arch"
}