From dca3d467a7545f3012d05aa027f2865f6b857a3f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 20 Jan 2020 17:45:38 +0100 Subject: Don't enforce C++11 We require C++17 in Qt6 Change-Id: I2dde485524208a1c7131869f4267f44ad2b32e9f Reviewed-by: Simon Hausmann --- tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/corelib/tools/qoffsetstringarray/qoffsetstringarray.pro') 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 -- cgit v1.2.3