aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/modulepropertiesingroups.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/language/testdata/modulepropertiesingroups.qbs')
-rw-r--r--tests/auto/language/testdata/modulepropertiesingroups.qbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/language/testdata/modulepropertiesingroups.qbs b/tests/auto/language/testdata/modulepropertiesingroups.qbs
index e3857bdf4..49f24c0ca 100644
--- a/tests/auto/language/testdata/modulepropertiesingroups.qbs
+++ b/tests/auto/language/testdata/modulepropertiesingroups.qbs
@@ -80,4 +80,13 @@ Project {
}
}
}
+
+ Product {
+ name: "module-property-in-group-condition"
+ Depends { name: "cpp" }
+ Group {
+ condition: qbs.architecture === "x86_64"
+ cpp.includePaths: "."
+ }
+ }
}