Regenerate tests/auto/concurrent
Change-Id: I6a291f7dd70f78c5cafb6d96a1c0d57ed7223c8b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
0d62567f0b
commit
0650bafa59
@ -0,0 +1,15 @@
|
|||||||
|
# Generated from qtconcurrentfilter.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qtconcurrentfilter Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qtconcurrentfilter
|
||||||
|
SOURCES
|
||||||
|
tst_qtconcurrentfilter.cpp
|
||||||
|
DEFINES
|
||||||
|
-QT_NO_LINKED_LIST
|
||||||
|
QT_STRICT_ITERATORS
|
||||||
|
PUBLIC_LIBRARIES
|
||||||
|
Qt::Concurrent
|
||||||
|
)
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_test(tst_qtconcurrentfilter
|
add_qt_test(tst_qtconcurrentfilter
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtconcurrentfilter.cpp
|
tst_qtconcurrentfilter.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
add_qt_test(tst_qtconcurrentiteratekernel
|
add_qt_test(tst_qtconcurrentiteratekernel
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtconcurrentiteratekernel.cpp
|
tst_qtconcurrentiteratekernel.cpp
|
||||||
LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Concurrent
|
Qt::Concurrent
|
||||||
)
|
)
|
||||||
|
18
tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
Normal file
18
tests/auto/concurrent/qtconcurrentmap/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Generated from qtconcurrentmap.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qtconcurrentmap Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qtconcurrentmap
|
||||||
|
SOURCES
|
||||||
|
tst_qtconcurrentmap.cpp
|
||||||
|
DEFINES
|
||||||
|
-QT_NO_LINKED_LIST
|
||||||
|
QT_STRICT_ITERATORS
|
||||||
|
PUBLIC_LIBRARIES
|
||||||
|
Qt::Concurrent
|
||||||
|
)
|
||||||
|
|
||||||
|
## Scopes:
|
||||||
|
#####################################################################
|
@ -5,7 +5,6 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_test(tst_qtconcurrentmap
|
add_qt_test(tst_qtconcurrentmap
|
||||||
GUI
|
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtconcurrentmap.cpp
|
tst_qtconcurrentmap.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
|
@ -9,6 +9,6 @@ add_qt_test(tst_qtconcurrentmedian
|
|||||||
tst_qtconcurrentmedian.cpp
|
tst_qtconcurrentmedian.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
QT_STRICT_ITERATORS
|
QT_STRICT_ITERATORS
|
||||||
LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Concurrent
|
Qt::Concurrent
|
||||||
)
|
)
|
||||||
|
@ -7,12 +7,9 @@
|
|||||||
add_qt_test(tst_qtconcurrentrun
|
add_qt_test(tst_qtconcurrentrun
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtconcurrentrun.cpp
|
tst_qtconcurrentrun.cpp
|
||||||
LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Concurrent
|
Qt::Concurrent
|
||||||
)
|
)
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#
|
|
||||||
#extend_target(tst_qtconcurrentrun CONDITION contains(QT_CONFIG, c++1z)
|
|
||||||
#)
|
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
add_qt_test(tst_qtconcurrentthreadengine
|
add_qt_test(tst_qtconcurrentthreadengine
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtconcurrentthreadengine.cpp
|
tst_qtconcurrentthreadengine.cpp
|
||||||
LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Concurrent
|
Qt::Concurrent
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user