summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringapisymmetry/qstringapisymmetry.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qstringapisymmetry/qstringapisymmetry.pro')
-rw-r--r--tests/auto/corelib/text/qstringapisymmetry/qstringapisymmetry.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qstringapisymmetry/qstringapisymmetry.pro b/tests/auto/corelib/text/qstringapisymmetry/qstringapisymmetry.pro
new file mode 100644
index 0000000000..a4e91e38bd
--- /dev/null
+++ b/tests/auto/corelib/text/qstringapisymmetry/qstringapisymmetry.pro
@@ -0,0 +1,6 @@
+CONFIG += testcase
+TARGET = tst_qstringapisymmetry
+QT = core testlib
+SOURCES = tst_qstringapisymmetry.cpp
+qtConfig(c++14): CONFIG += c++14
+qtConfig(c++1z): CONFIG += c++1z