summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringtokenizer/qstringtokenizer.pro
blob: 5ae27c657002d74ab8a1f2993ca22cd2ac1ba6c4 (plain)
1
2
3
4
5
6
7
CONFIG += testcase
TARGET = tst_qstringtokenizer
QT = core testlib
contains(QT_CONFIG, c++14):CONFIG *= c++14
contains(QT_CONFIG, c++1z):CONFIG *= c++1z
contains(QT_CONFIG, c++2a):CONFIG *= c++2a
SOURCES += tst_qstringtokenizer.cpp