aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-08-10 10:58:58 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-11 09:07:15 +0000
commit62cb950144d5eccdbc210ecda2f2a9fc4f5f72a6 (patch)
treec1f4ad77d52de2ca1ac61408f1f242a783729a9e
parent8a555185a350d77edd6069d6f7f4701e4848e1d4 (diff)
Fix autotest on macOS
Change-Id: I5bd52dd4ee19740c26581f0f8a31f675c6b47776 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--tests/auto/blackbox/testdata/properties-in-export-items/properties-in-export-items.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/properties-in-export-items/properties-in-export-items.qbs b/tests/auto/blackbox/testdata/properties-in-export-items/properties-in-export-items.qbs
index fcdbb25e7..25b075f65 100644
--- a/tests/auto/blackbox/testdata/properties-in-export-items/properties-in-export-items.qbs
+++ b/tests/auto/blackbox/testdata/properties-in-export-items/properties-in-export-items.qbs
@@ -12,12 +12,14 @@ Project {
Application {
name: "p1"
+ consoleApplication: true
Depends { name: "dep" }
dep.theDefine: "P1"
files: ["main1.cpp"]
}
Application {
name: "p2"
+ consoleApplication: true
Depends { name: "dep" }
Group {
files: ["main2.cpp"]