summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-03-22 00:58:10 +0100
committerAndy Shaw <andy.shaw@qt.io>2018-04-18 12:19:31 +0000
commit8caf9e6b180eeb7e6668a64694339dac2265b4d0 (patch)
tree27218c73967f0b18ebcd5d35efaf53befbdbc1d6 /mkspecs
parent3520329937ca860a14bc57e3a12b580aa5e03482 (diff)
iOS: Allow building QML based test cases
In order to be able to build and test a testcase on an iOS device it needs to be a bundle. So the app_bundle config should only be removed if the testcase_no_bundle is set. This is already done by testcase.prf. Task-number: QTBUG-45211 Change-Id: I4f16ea832ccff2a5db5fed0050fa0344b4ac9ad6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qmltestcase.prf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/features/qmltestcase.prf b/mkspecs/features/qmltestcase.prf
index 4dfec50be8..216f37d61a 100644
--- a/mkspecs/features/qmltestcase.prf
+++ b/mkspecs/features/qmltestcase.prf
@@ -1,7 +1,6 @@
!isEmpty(SOURCES) {
QT += qml qmltest
load(testcase)
- CONFIG -= app_bundle
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$_PRO_FILE_PWD_\\\"\"
} else {
# Allow a project to run tests without a CPP stub