summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qtimer/qtimer.pro
blob: 710dfea6829d3404b6491f85d0674a54ad6d8000 (plain)
1
2
3
4
5
6
7
CONFIG += testcase
TARGET = tst_qtimer
QT = core core-private testlib
SOURCES = tst_qtimer.cpp

# Force C++17 if available
contains(QT_CONFIG, c++1z): CONFIG += c++1z