From 38134ff41edff36e757d019a703b954607215399 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 4 May 2017 18:38:46 +0200 Subject: [PATCH] Enable c++17 in the QStringApiSymmetry test Because it's the correct thing to do. Change-Id: I1d9fb482ffed6f4c36b4bc25d05cabcd07d87a78 Reviewed-by: Lars Knoll --- .../auto/corelib/tools/qstringapisymmetry/qstringapisymmetry.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/corelib/tools/qstringapisymmetry/qstringapisymmetry.pro b/tests/auto/corelib/tools/qstringapisymmetry/qstringapisymmetry.pro index bc38b17949..a4e91e38bd 100644 --- a/tests/auto/corelib/tools/qstringapisymmetry/qstringapisymmetry.pro +++ b/tests/auto/corelib/tools/qstringapisymmetry/qstringapisymmetry.pro @@ -3,3 +3,4 @@ TARGET = tst_qstringapisymmetry QT = core testlib SOURCES = tst_qstringapisymmetry.cpp qtConfig(c++14): CONFIG += c++14 +qtConfig(c++1z): CONFIG += c++1z