aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/makefile-generator/app.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/makefile-generator/app.qbs')
-rw-r--r--tests/auto/blackbox/testdata/makefile-generator/app.qbs6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/blackbox/testdata/makefile-generator/app.qbs b/tests/auto/blackbox/testdata/makefile-generator/app.qbs
index 103f71ecf..c0f423d5c 100644
--- a/tests/auto/blackbox/testdata/makefile-generator/app.qbs
+++ b/tests/auto/blackbox/testdata/makefile-generator/app.qbs
@@ -14,9 +14,5 @@ CppApplication {
files: "main.cpp"
qbs.installPrefix: "/usr/local"
- Group {
- fileTagsFilter: "application"
- qbs.install: true
- qbs.installDir: "bin"
- }
+ install: true
}