summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/concurrent/qtconcurrentfilter/CMakeLists.txt5
-rw-r--r--tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt5
-rw-r--r--tests/auto/corelib/thread/qfuture/CMakeLists.txt7
4 files changed, 5 insertions, 14 deletions
diff --git a/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt b/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt
index 62b0308851..be8c936c48 100644
--- a/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt
@@ -7,8 +7,6 @@
add_qt_test(tst_qtconcurrentfilter
SOURCES
tst_qtconcurrentfilter.cpp
- DEFINES
- -QT_NO_LINKED_LIST
PUBLIC_LIBRARIES
Qt::Concurrent
)
diff --git a/tests/auto/concurrent/qtconcurrentfilter/CMakeLists.txt b/tests/auto/concurrent/qtconcurrentfilter/CMakeLists.txt
index 9da443a3f9..7868906178 100644
--- a/tests/auto/concurrent/qtconcurrentfilter/CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentfilter/CMakeLists.txt
@@ -4,12 +4,9 @@
## tst_qtconcurrentfilter Test:
#####################################################################
-add_qt_test(tst_qtconcurrentfilter
+qt_add_test(tst_qtconcurrentfilter
SOURCES
tst_qtconcurrentfilter.cpp
- DEFINES
- # -QT_NO_LINKED_LIST # special case remove until figured out how to deal with this
- QT_STRICT_ITERATORS
PUBLIC_LIBRARIES
Qt::Concurrent
)
diff --git a/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt b/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt
index 8ae79db0cf..c14780e0de 100644
--- a/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt
@@ -4,12 +4,9 @@
## tst_qtconcurrentmap Test:
#####################################################################
-add_qt_test(tst_qtconcurrentmap
+qt_add_test(tst_qtconcurrentmap
SOURCES
tst_qtconcurrentmap.cpp
- DEFINES
- # -QT_NO_LINKED_LIST # special case remove until we figure this out
- QT_STRICT_ITERATORS
PUBLIC_LIBRARIES
Qt::Concurrent
)
diff --git a/tests/auto/corelib/thread/qfuture/CMakeLists.txt b/tests/auto/corelib/thread/qfuture/CMakeLists.txt
index db1afabc0d..6fdfc977e9 100644
--- a/tests/auto/corelib/thread/qfuture/CMakeLists.txt
+++ b/tests/auto/corelib/thread/qfuture/CMakeLists.txt
@@ -4,12 +4,11 @@
## tst_qfuture Test:
#####################################################################
-add_qt_test(tst_qfuture
+qt_add_test(tst_qfuture
SOURCES
tst_qfuture.cpp
- DEFINES
- # -QT_NO_JAVA_STYLE_ITERATORS # special case
- QT_STRICT_ITERATORS
+# DEFINES
+# -QT_NO_JAVA_STYLE_ITERATORS
PUBLIC_LIBRARIES
Qt::CorePrivate
)