summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlist/qlist.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qlist/qlist.pro')
-rw-r--r--tests/auto/corelib/tools/qlist/qlist.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qlist/qlist.pro b/tests/auto/corelib/tools/qlist/qlist.pro
new file mode 100644
index 0000000000..17220f377c
--- /dev/null
+++ b/tests/auto/corelib/tools/qlist/qlist.pro
@@ -0,0 +1,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