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