summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread/qthread.pro
blob: 37552f1fcaf5cf8d50ab86a2cd8f6c1eff2cbe97 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qthread
QT = core testlib
SOURCES = tst_qthread.cpp
qtConfig(c++14):CONFIG += c++14
qtConfig(c++1z):CONFIG += c++1z

INCLUDEPATH += ../../../../shared/
HEADERS += ../../../../shared/emulationdetector.h