summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-20 09:25:19 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-25 14:53:27 +0000
commit1c655fb0fc08e89ab5efb23889266b710334f1a5 (patch)
treead0eae64bab5ffb902bf63bc88a98fed5cd1d83b /tests/auto/concurrent
parentbc1cae774ad8cc084a98cb37d363770efbde025c (diff)
Post merge fixes
Change-Id: I78d3c9687f99c0a32da04257e297e88ef0b02581 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/concurrent')
-rw-r--r--tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt1
-rw-r--r--tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt1
-rw-r--r--tests/auto/concurrent/qtconcurrentmedian/CMakeLists.txt2
3 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt b/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt
index 5a4bd8cf35..62b0308851 100644
--- a/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentfilter/.prev_CMakeLists.txt
@@ -9,7 +9,6 @@ add_qt_test(tst_qtconcurrentfilter
tst_qtconcurrentfilter.cpp
DEFINES
-QT_NO_LINKED_LIST
- QT_STRICT_ITERATORS
PUBLIC_LIBRARIES
Qt::Concurrent
)
diff --git a/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt b/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
index 2e53c4cfc5..be51bf09bd 100644
--- a/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
@@ -9,7 +9,6 @@ add_qt_test(tst_qtconcurrentmap
tst_qtconcurrentmap.cpp
DEFINES
-QT_NO_LINKED_LIST
- QT_STRICT_ITERATORS
PUBLIC_LIBRARIES
Qt::Concurrent
)
diff --git a/tests/auto/concurrent/qtconcurrentmedian/CMakeLists.txt b/tests/auto/concurrent/qtconcurrentmedian/CMakeLists.txt
index 99cc7f6ae0..27b376a406 100644
--- a/tests/auto/concurrent/qtconcurrentmedian/CMakeLists.txt
+++ b/tests/auto/concurrent/qtconcurrentmedian/CMakeLists.txt
@@ -7,8 +7,6 @@
add_qt_test(tst_qtconcurrentmedian
SOURCES
tst_qtconcurrentmedian.cpp
- DEFINES
- QT_STRICT_ITERATORS
PUBLIC_LIBRARIES
Qt::Concurrent
)