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
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qtconcurrentfilter.cpp
|
||||
DEFINES
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qtconcurrentiteratekernel
|
||||
SOURCES
|
||||
tst_qtconcurrentiteratekernel.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
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
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qtconcurrentmap.cpp
|
||||
DEFINES
|
||||
|
@ -9,6 +9,6 @@ add_qt_test(tst_qtconcurrentmedian
|
||||
tst_qtconcurrentmedian.cpp
|
||||
DEFINES
|
||||
QT_STRICT_ITERATORS
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Concurrent
|
||||
)
|
||||
|
@ -7,12 +7,9 @@
|
||||
add_qt_test(tst_qtconcurrentrun
|
||||
SOURCES
|
||||
tst_qtconcurrentrun.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Concurrent
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
#
|
||||
#extend_target(tst_qtconcurrentrun CONDITION contains(QT_CONFIG, c++1z)
|
||||
#)
|
||||
|
@ -7,6 +7,6 @@
|
||||
add_qt_test(tst_qtconcurrentthreadengine
|
||||
SOURCES
|
||||
tst_qtconcurrentthreadengine.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Concurrent
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user