Enable c++17 in the QStringApiSymmetry test

Because it's the correct thing to do.

Change-Id: I1d9fb482ffed6f4c36b4bc25d05cabcd07d87a78
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
Marc Mutz 2017-05-04 18:38:46 +02:00
parent 63d08003cf
commit 38134ff41e
1 changed files with 1 additions and 0 deletions

View File

@ -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