aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/filetagsfilter_override/InstalledApp.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/filetagsfilter_override/InstalledApp.qbs')
-rw-r--r--tests/auto/api/testdata/filetagsfilter_override/InstalledApp.qbs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/filetagsfilter_override/InstalledApp.qbs b/tests/auto/api/testdata/filetagsfilter_override/InstalledApp.qbs
new file mode 100644
index 000000000..0aabaf063
--- /dev/null
+++ b/tests/auto/api/testdata/filetagsfilter_override/InstalledApp.qbs
@@ -0,0 +1,10 @@
+import qbs
+
+CppApplication {
+ type: "application"
+ Group {
+ fileTagsFilter: product.type
+ qbs.install: true
+ qbs.installDir: "hurz"
+ }
+}