aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/app-without-sources/app-without-sources.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/app-without-sources/app-without-sources.qbs')
-rw-r--r--tests/auto/api/testdata/app-without-sources/app-without-sources.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/app-without-sources/app-without-sources.qbs b/tests/auto/api/testdata/app-without-sources/app-without-sources.qbs
index 726726337..f12a28fe6 100644
--- a/tests/auto/api/testdata/app-without-sources/app-without-sources.qbs
+++ b/tests/auto/api/testdata/app-without-sources/app-without-sources.qbs
@@ -24,6 +24,7 @@ Project {
CppApplication {
name: "appWithoutSources"
+ consoleApplication: true
// HACK: cpp.entryPoint currently not working 100% with gcc
Properties {
@@ -31,7 +32,6 @@ Project {
cpp.entryPoint: "main"
}
cpp.entryPoint: undefined
- bundle.isBundle: false
Depends { name: "a" }
Depends { name: "b" }