aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-18 13:15:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-18 13:13:06 +0200
commit08582091059d8ba805487eae5277bc9abdc3d4de (patch)
treea9592f378b5d8a793b975ae352793eef53870453 /tests/auto/auto.pro
parent74d213726d70439f0b24b8855a539d1d0ed0c32f (diff)
Disable quick autotests on mac until qtbase is fixed
Change-Id: I8c4fecfe42f93b3d6c272d2552a856e3ed1fce28 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index b64fc073ba..6340036f27 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,7 +1,6 @@
TEMPLATE=subdirs
SUBDIRS=\
qml \
- quick \
headersclean \
particles \
qmltest \
@@ -9,6 +8,8 @@ SUBDIRS=\
cmake \
installed_cmake
+!mac:SUBDIRS += quick
+
installed_cmake.depends = cmake
testcocoon: SUBDIRS -= headersclean