summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread')
-rw-r--r--tests/auto/corelib/thread/qpromise/.prev_CMakeLists.txt12
-rw-r--r--tests/auto/corelib/thread/qpromise/CMakeLists.txt6
2 files changed, 16 insertions, 2 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
+)
diff --git a/tests/auto/corelib/thread/qpromise/CMakeLists.txt b/tests/auto/corelib/thread/qpromise/CMakeLists.txt
index 3cc20cafd7..c591092257 100644
--- a/tests/auto/corelib/thread/qpromise/CMakeLists.txt
+++ b/tests/auto/corelib/thread/qpromise/CMakeLists.txt
@@ -1,3 +1,5 @@
+# Generated from qpromise.pro.
+
#####################################################################
## tst_qpromise Test:
#####################################################################
@@ -7,6 +9,6 @@ qt_add_test(tst_qpromise
tst_qpromise.cpp
PUBLIC_LIBRARIES
Qt::CorePrivate
- LIBRARIES
- Threads::Threads # solves issue with libpthread linkage
+ LIBRARIES # special case
+ Threads::Threads # solves issue with libpthread linkage # special case
)