6 lines
148 B
Prolog
6 lines
148 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qtconcurrentmedian
|
|
QT = core testlib concurrent
|
|
SOURCES = tst_qtconcurrentmedian.cpp
|
|
DEFINES += QT_STRICT_ITERATORS
|