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>bb10
parent
636b6c6375
commit
dee419f31d
|
|
@ -17,6 +17,8 @@ SUBDIRS += \
|
|||
cmake \
|
||||
installed_cmake
|
||||
|
||||
installed_cmake.depends = cmake
|
||||
|
||||
wince*: SUBDIRS -= printsupport
|
||||
cross_compile: SUBDIRS -= tools
|
||||
!qtHaveModule(opengl): SUBDIRS -= opengl
|
||||
|
|
|
|||
Loading…
Reference in New Issue