aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/filetagsfilter-merging/MyApplication.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/filetagsfilter-merging/MyApplication.qbs')
-rw-r--r--tests/auto/blackbox/testdata/filetagsfilter-merging/MyApplication.qbs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/filetagsfilter-merging/MyApplication.qbs b/tests/auto/blackbox/testdata/filetagsfilter-merging/MyApplication.qbs
new file mode 100644
index 000000000..1bd215cc6
--- /dev/null
+++ b/tests/auto/blackbox/testdata/filetagsfilter-merging/MyApplication.qbs
@@ -0,0 +1,11 @@
+import qbs
+
+CppApplication {
+ consoleApplication: true
+ Group {
+ fileTagsFilter: "application"
+ qbs.install:true
+ qbs.installPrefix: product.name
+ qbs.installDir: "wrong"
+ }
+}