qt5base-lts/tests/auto/corelib/kernel/qelapsedtimer
Jędrzej Nowacki b26b1455d7 Implement SUBDIR-= conversion in pro2cmake tool
CMake doesn't support removing subdirectories therefore one need to
convert all removal to conditional adds. The resulting code doesn't
win a beauty contest. That is because handle_subdir works on already
processed strings which means it doesn't have access to the boolean
operations. As such it can not minimize the expressions, but it works
and in the most simple cases it is pretty good.

The patch re-generates CMakeLists.txt under tests/auto/corelib/kernel
excluding qcoreapplication, qmetatype, qmimedata, qobject, qtimer,
which are suffering from unrelated problems, like for example Gui,
pthread linkage issues.

Change-Id: I18a02f6eda7a3b41b1313211c8bc9ce277bb67be
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-08-01 13:36:39 +00:00
..
BLACKLIST Extend blacklisting of tst_QElapsedTimer::elapsed to cover macOS 10.13 2018-07-31 05:02:30 +00:00
CMakeLists.txt Implement SUBDIR-= conversion in pro2cmake tool 2019-08-01 13:36:39 +00:00
qelapsedtimer.pro Move QElapsedTimer to src/corelib/kernel 2016-07-02 07:51:45 +00:00
tst_qelapsedtimer.cpp 50 ms isn't enough for the CI, so increase to 100 ms 2017-02-15 08:09:57 +00:00