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