c5e687895d
see 5a1b4832a2
for more detail
Task-number: QTBUG-58142
Change-Id: I51851ea9b4fe7b8eeadc452bc3dbb1ea00026d29
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
8 lines
183 B
Prolog
8 lines
183 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qtconcurrentrun
|
|
QT = core testlib concurrent
|
|
SOURCES = tst_qtconcurrentrun.cpp
|
|
|
|
# Force C++17 if available
|
|
contains(QT_CONFIG, c++1z): CONFIG += c++1z
|