QtConcurrent tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: Ia0c4751b891ae81a66b072bc504b555d81625172 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
495f7cafdb
commit
670aae7d8d
@ -3,4 +3,3 @@ TARGET = tst_qtconcurrentfilter
|
|||||||
QT = core testlib concurrent
|
QT = core testlib concurrent
|
||||||
SOURCES = tst_qtconcurrentfilter.cpp
|
SOURCES = tst_qtconcurrentfilter.cpp
|
||||||
DEFINES += QT_STRICT_ITERATORS
|
DEFINES += QT_STRICT_ITERATORS
|
||||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
||||||
|
@ -2,4 +2,3 @@ CONFIG += testcase parallel_test
|
|||||||
TARGET = tst_qtconcurrentiteratekernel
|
TARGET = tst_qtconcurrentiteratekernel
|
||||||
QT = core testlib concurrent
|
QT = core testlib concurrent
|
||||||
SOURCES = tst_qtconcurrentiteratekernel.cpp
|
SOURCES = tst_qtconcurrentiteratekernel.cpp
|
||||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
||||||
|
@ -3,4 +3,3 @@ TARGET = tst_qtconcurrentmap
|
|||||||
QT = core testlib concurrent
|
QT = core testlib concurrent
|
||||||
SOURCES = tst_qtconcurrentmap.cpp
|
SOURCES = tst_qtconcurrentmap.cpp
|
||||||
DEFINES += QT_STRICT_ITERATORS
|
DEFINES += QT_STRICT_ITERATORS
|
||||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
||||||
|
@ -2,4 +2,3 @@ CONFIG += testcase parallel_test
|
|||||||
TARGET = tst_qtconcurrentrun
|
TARGET = tst_qtconcurrentrun
|
||||||
QT = core testlib concurrent
|
QT = core testlib concurrent
|
||||||
SOURCES = tst_qtconcurrentrun.cpp
|
SOURCES = tst_qtconcurrentrun.cpp
|
||||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
||||||
|
@ -2,4 +2,3 @@ CONFIG += testcase parallel_test
|
|||||||
TARGET = tst_qtconcurrentthreadengine
|
TARGET = tst_qtconcurrentthreadengine
|
||||||
QT = core testlib concurrent
|
QT = core testlib concurrent
|
||||||
SOURCES = tst_qtconcurrentthreadengine.cpp
|
SOURCES = tst_qtconcurrentthreadengine.cpp
|
||||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user