summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/corelib.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-01-16 11:00:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-22 12:35:17 +0100
commitb2f8a70890868f344499d5c8f62454922bc0f371 (patch)
tree4e80b1e12bb472f013b83ed506dc9831727cf244 /tests/auto/corelib/corelib.pro
parent7ddd813b7f4a7c68047f4296247ddf7f277582b7 (diff)
iOS: Enable building of basic tests
Allows us to sanity check the iOS build in the CI. Change-Id: I16f9bfafef3988dcab6efd3155503ca0d0b4d1d8 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'tests/auto/corelib/corelib.pro')
-rw-r--r--tests/auto/corelib/corelib.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/auto/corelib/corelib.pro b/tests/auto/corelib/corelib.pro
index a85a385f80..4d88b04828 100644
--- a/tests/auto/corelib/corelib.pro
+++ b/tests/auto/corelib/corelib.pro
@@ -1,16 +1,18 @@
TEMPLATE=subdirs
-SUBDIRS=\
+
+SUBDIRS = \
+ kernel
+
+!ios: SUBDIRS += \
animation \
codecs \
global \
io \
itemmodels \
json \
- kernel \
mimetypes \
plugin \
statemachine \
thread \
tools \
xml
-