Exclude qtconcurrent tests via .pro files.
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 11 Oct 2011 04:15:52 +0000 (14:15 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 12 Oct 2011 16:01:19 +0000 (18:01 +0200)
commit7c64ab4966e24834768eb1a09b3d2fd08471787a
tree7b3c8a0b800f250eec1c9adc952eb6be7a206201
parent450962be95cbde7c1b23aaa455bf7238e7b2513f
Exclude qtconcurrent tests via .pro files.

If Qt is built without QtConcurrent, the relevant autotests should be
excluded from the build, rather than building empty tests that appear
to pass and thus produce confusing test results.

Change-Id: I43bafcb0ffa42e8981bec4e27bf6a23a28d86df9
Reviewed-on: http://codereview.qt-project.org/6395
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
14 files changed:
configure
tests/auto/corelib/concurrent/qfuture/tst_qfuture.cpp
tests/auto/corelib/concurrent/qfuture/versioncheck.h [deleted file]
tests/auto/corelib/concurrent/qfuturewatcher/tst_qfuturewatcher.cpp
tests/auto/corelib/concurrent/qtconcurrentfilter/tst_qtconcurrentfilter.cpp
tests/auto/corelib/concurrent/qtconcurrentiteratekernel/qtconcurrentiteratekernel.pro
tests/auto/corelib/concurrent/qtconcurrentiteratekernel/tst_qtconcurrentiteratekernel.cpp
tests/auto/corelib/concurrent/qtconcurrentmap/qtconcurrentmap.pro
tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro
tests/auto/corelib/concurrent/qtconcurrentrun/tst_qtconcurrentrun.cpp
tests/auto/corelib/concurrent/qtconcurrentthreadengine/qtconcurrentthreadengine.pro
tests/auto/corelib/concurrent/qtconcurrentthreadengine/tst_qtconcurrentthreadengine.cpp
tests/auto/corelib/corelib.pro