aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/export-item-with-group
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-20 14:28:40 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-20 12:42:59 +0000
commitecb3643ce3c0fcfb1fb3a0369f81066f65e11172 (patch)
tree020a89eedb07116a98f26b66695d39dd37695dd7 /tests/auto/api/testdata/export-item-with-group
parent99a20320c9579f80722b3f61f06d94970aad1912 (diff)
Fix autotest for OS X.
Change-Id: I4a7b804e03516d4c69ba77ba45b2884cc4364790 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/api/testdata/export-item-with-group')
-rw-r--r--tests/auto/api/testdata/export-item-with-group/project.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/export-item-with-group/project.qbs b/tests/auto/api/testdata/export-item-with-group/project.qbs
index 861da81f4..2dffc2803 100644
--- a/tests/auto/api/testdata/export-item-with-group/project.qbs
+++ b/tests/auto/api/testdata/export-item-with-group/project.qbs
@@ -11,6 +11,7 @@ Project {
Application {
name: "app"
+ bundle.isBundle: false
Depends { name: "dep" }
}
}