From dca3d467a7545f3012d05aa027f2865f6b857a3f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 20 Jan 2020 17:45:38 +0100 Subject: [PATCH] Don't enforce C++11 We require C++17 in Qt6 Change-Id: I2dde485524208a1c7131869f4267f44ad2b32e9f Reviewed-by: Simon Hausmann --- .../auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro b/tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro index c8e6a8e05ab..6c00f4f0818 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