summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlist/qlist.pro
blob: 118c607880fed9b7ff7a1c29945ae7cd6e828295 (plain)
1
2
3
4
5
6
CONFIG += testcase
TARGET = tst_qlist
QT = core testlib
qtConfig(c++14): CONFIG += c++14
qtConfig(c++1z): CONFIG += c++1z
SOURCES = $$PWD/tst_qlist.cpp