summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-08-02 10:03:31 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-08-03 11:09:55 +0000
commit8b8a32ba0ec372e84c189228fde2b1a8d204f6f4 (patch)
treedba34d184f87fd4b1456c0a8692292405823e273 /tests
parent2d27c5531027368eaa41d26ced4dceb936f9c7a3 (diff)
downloadqt-creator-8b8a32ba0ec372e84c189228fde2b1a8d204f6f4.tar.gz
qbs build: Do not access the bundle module unconditionally
We should not rely on its presence on non-Darwin platforms. Change-Id: I3fa722038f9c2d1139f6e1dc8c49d1c4d2fe0bee Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/json/json.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/json/json.qbs b/tests/auto/json/json.qbs
index de9a22fcf2..3b0a36e141 100644
--- a/tests/auto/json/json.qbs
+++ b/tests/auto/json/json.qbs
@@ -5,7 +5,7 @@ QtcAutotest {
Depends { name: "bundle" }
Depends { name: "qtcjson" }
- bundle.isBundle: false
+ consoleApplication: true
Group {
name: "test data"