aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-19 19:11:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 01:12:43 +0200
commit8ed38c70fd29680f7981d9d23581d46cf32139d0 (patch)
treeab4d9bca96674e4ab0dccfbe72c23cb6071b8d79 /tests/auto/auto.pro
parentfee79b70773ef26c5d45993c4618d302392b0782 (diff)
Disable gui tests on Mac for now
Qt base is still broken on the mac, leading to random crashes in UI tests. Change-Id: If636c44169c2386ea2f49d7936ef8d6fe1488537 Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 6340036f27..09ab868367 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,13 +2,16 @@ TEMPLATE=subdirs
SUBDIRS=\
qml \
headersclean \
- particles \
- qmltest \
qmldevtools \
cmake \
installed_cmake
-!mac:SUBDIRS += quick
+!mac {
+SUBDIRS += \
+ quick \
+ particles \
+ qmltest
+}
installed_cmake.depends = cmake