summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-07-07 17:40:40 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-07-09 09:38:31 +0200
commit5417f1e40cb647c05bffad21493feacac45f193e (patch)
tree521bbfcbd5b4c4a443cba636cee9eab148292318 /tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt
parent74cb331af3cfe723ae16cd1b00c9dd9291b4e7e9 (diff)
CMake: Regenerate tests
This is in preparation for regenerating them with the new qt_foo prefixed APIs. Change-Id: Iff34932d642b1c0186ee39f952adf3ad367fd602 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
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
+)