summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearraymatcher/qbytearraymatcher.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qbytearraymatcher/qbytearraymatcher.pro')
-rw-r--r--tests/auto/corelib/text/qbytearraymatcher/qbytearraymatcher.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qbytearraymatcher/qbytearraymatcher.pro b/tests/auto/corelib/text/qbytearraymatcher/qbytearraymatcher.pro
new file mode 100644
index 0000000000..9d4d5964c9
--- /dev/null
+++ b/tests/auto/corelib/text/qbytearraymatcher/qbytearraymatcher.pro
@@ -0,0 +1,5 @@
+CONFIG += testcase
+TARGET = tst_qbytearraymatcher
+QT = core testlib
+SOURCES = tst_qbytearraymatcher.cpp
+contains(QT_CONFIG, c++14):CONFIG += c++14