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

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