diff options
author | Tor Arne Vestbø <tor.arne.vestbo@digia.com> | 2014-01-16 11:00:30 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-22 12:35:17 +0100 |
commit | b2f8a70890868f344499d5c8f62454922bc0f371 (patch) | |
tree | 4e80b1e12bb472f013b83ed506dc9831727cf244 /tests/auto/auto.pro | |
parent | 7ddd813b7f4a7c68047f4296247ddf7f277582b7 (diff) | |
download | qtbase-b2f8a70890868f344499d5c8f62454922bc0f371.tar.gz |
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/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 3ff78a955f..a9aecc9448 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -19,6 +19,8 @@ SUBDIRS += \ installed_cmake.depends = cmake +ios: SUBDIRS = corelib gui + wince*: SUBDIRS -= printsupport cross_compile: SUBDIRS -= tools !qtHaveModule(opengl): SUBDIRS -= opengl |