summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-07-08 09:03:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-08 14:48:03 +0200
commitdee419f31d39ad3405ee6afcdf6ed254d0879bb2 (patch)
tree53fa0eff4c00221f92bb41841efc69ae5d5f1c39 /tests/auto/auto.pro
parent636b6c637505b214820602a465d009880b1a3520 (diff)
Make the CMake tests run sequentially, not in parallel.
Otherwise the output is too intertwined. Change-Id: I6729727b3afcdcbec58e3fa560587dd1fa08f38e Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 5d424c0a19..e16f229c4e 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -17,6 +17,8 @@ SUBDIRS += \
cmake \
installed_cmake
+installed_cmake.depends = cmake
+
wince*: SUBDIRS -= printsupport
cross_compile: SUBDIRS -= tools
!qtHaveModule(opengl): SUBDIRS -= opengl