summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/concurrent/qtconcurrentmap')
-rw-r--r--tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt4
-rw-r--r--tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt2
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt b/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
index be51bf09bd..20ccbdf374 100644
--- a/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
@@ -4,11 +4,9 @@
## tst_qtconcurrentmap Test:
#####################################################################
-add_qt_test(tst_qtconcurrentmap
+qt_internal_add_test(tst_qtconcurrentmap
SOURCES
tst_qtconcurrentmap.cpp
- DEFINES
- -QT_NO_LINKED_LIST
PUBLIC_LIBRARIES
Qt::Concurrent
)
diff --git a/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt b/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt
index c14780e0de..20ccbdf374 100644
--- a/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qtconcurrentmap Test:
#####################################################################
-qt_add_test(tst_qtconcurrentmap
+qt_internal_add_test(tst_qtconcurrentmap
SOURCES
tst_qtconcurrentmap.cpp
PUBLIC_LIBRARIES