summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qoffsetstringarray
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-01-20 17:45:38 +0100
committerLars Knoll <lars.knoll@qt.io>2020-01-30 09:29:08 +0100
commitdca3d467a7545f3012d05aa027f2865f6b857a3f (patch)
treef59d968297ad008b93119982a132d91f524ed888 /tests/auto/corelib/tools/qoffsetstringarray
parentc0d2deac8b3b30ab163511e83a85dba4f31c22fb (diff)
Don't enforce C++11
We require C++17 in Qt6 Change-Id: I2dde485524208a1c7131869f4267f44ad2b32e9f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/corelib/tools/qoffsetstringarray')
-rw-r--r--tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro b/tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro
index c8e6a8e05a..6c00f4f081 100644
--- a/tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro
+++ b/tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro
@@ -1,6 +1,5 @@
CONFIG += testcase
TARGET = tst_qoffsetstringarray
QT = core testlib core-private
-CONFIG += c++11
CONFIG += strict_c++
SOURCES = $$PWD/tst_qoffsetstringarray.cpp