From 5417f1e40cb647c05bffad21493feacac45f193e Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 7 Jul 2020 17:40:40 +0200 Subject: CMake: Regenerate tests This is in preparation for regenerating them with the new qt_foo prefixed APIs. Change-Id: Iff34932d642b1c0186ee39f952adf3ad367fd602 Reviewed-by: Joerg Bornemann --- tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt (limited to 'tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt') diff --git a/tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt b/tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt new file mode 100644 index 0000000000..dc25a38fea --- /dev/null +++ b/tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt @@ -0,0 +1,12 @@ +# Generated from qpromise.pro. + +##################################################################### +## tst_qpromise Test: +##################################################################### + +qt_add_test(tst_qpromise + SOURCES + tst_qpromise.cpp + PUBLIC_LIBRARIES + Qt::CorePrivate +) -- cgit v1.2.3