aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/build-single-file/build-single-file.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/build-single-file/build-single-file.qbs')
-rw-r--r--tests/auto/api/testdata/build-single-file/build-single-file.qbs7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/api/testdata/build-single-file/build-single-file.qbs b/tests/auto/api/testdata/build-single-file/build-single-file.qbs
index eeb38a5ff..6389713d9 100644
--- a/tests/auto/api/testdata/build-single-file/build-single-file.qbs
+++ b/tests/auto/api/testdata/build-single-file/build-single-file.qbs
@@ -2,6 +2,7 @@ import qbs
import qbs.TextFile
CppApplication {
+ consoleApplication: true
files: ["ignored1.cpp", "ignored2.cpp", "compiled.cpp"]
cpp.includePaths: [buildDirectory]
@@ -10,10 +11,8 @@ CppApplication {
fileTags: ["cpp_pch_src"]
}
- Group {
- fileTagsFilter: ["application"]
- qbs.install: true
- }
+ install: true
+ installDir: ""
Rule {
multiplex: true