aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/export-item-with-group/export-item-with-group.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/export-item-with-group/export-item-with-group.qbs')
-rw-r--r--tests/auto/api/testdata/export-item-with-group/export-item-with-group.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/export-item-with-group/export-item-with-group.qbs b/tests/auto/api/testdata/export-item-with-group/export-item-with-group.qbs
index 2dffc2803..30f1868cb 100644
--- a/tests/auto/api/testdata/export-item-with-group/export-item-with-group.qbs
+++ b/tests/auto/api/testdata/export-item-with-group/export-item-with-group.qbs
@@ -11,7 +11,7 @@ Project {
Application {
name: "app"
- bundle.isBundle: false
+ consoleApplication: true
Depends { name: "dep" }
}
}