aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/project-editing/project.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/project-editing/project.qbs')
-rw-r--r--tests/auto/api/testdata/project-editing/project.qbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/project-editing/project.qbs b/tests/auto/api/testdata/project-editing/project.qbs
index 9190f846c..57cb30355 100644
--- a/tests/auto/api/testdata/project-editing/project.qbs
+++ b/tests/auto/api/testdata/project-editing/project.qbs
@@ -27,5 +27,13 @@ CppApplication {
prefix: "blubb"
files: []
}
+ Group {
+ name: "Group with wildcards"
+ files: "*.klaus"
+ }
+ Group {
+ name: "Other group with wildcards"
+ files: "*.wildcard"
+ }
files: "main.cpp"
}