From 209c7238a7f4cc434f361f423a4eff0150d13dbb Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 12 Nov 2019 12:09:26 +0100 Subject: [PATCH] Regenerate tests/auto/corelib/thread Change-Id: Ib70f000480ffbbb994edd80d9e2c7f5d9e270e0c Reviewed-by: Leander Beernaert Reviewed-by: Simon Hausmann Reviewed-by: Qt CMake Build Bot --- .../corelib/thread/qfuture/.prev_CMakeLists.txt | 15 +++++++++++++++ .../corelib/thread/qthread/.prev_CMakeLists.txt | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt create mode 100644 tests/auto/corelib/thread/qthread/.prev_CMakeLists.txt diff --git a/tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt b/tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt new file mode 100644 index 0000000000..0cfea773b1 --- /dev/null +++ b/tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt @@ -0,0 +1,15 @@ +# Generated from qfuture.pro. + +##################################################################### +## tst_qfuture Test: +##################################################################### + +add_qt_test(tst_qfuture + SOURCES + tst_qfuture.cpp + DEFINES + -QT_NO_JAVA_STYLE_ITERATORS + QT_STRICT_ITERATORS + LIBRARIES + Qt::CorePrivate +) diff --git a/tests/auto/corelib/thread/qthread/.prev_CMakeLists.txt b/tests/auto/corelib/thread/qthread/.prev_CMakeLists.txt new file mode 100644 index 0000000000..749a5e9734 --- /dev/null +++ b/tests/auto/corelib/thread/qthread/.prev_CMakeLists.txt @@ -0,0 +1,16 @@ +# Generated from qthread.pro. + +##################################################################### +## tst_qthread Test: +##################################################################### + +add_qt_test(tst_qthread + SOURCES + ../../../../shared/emulationdetector.h + tst_qthread.cpp + INCLUDE_DIRECTORIES + ../../../../shared +) + +## Scopes: +#####################################################################