From 7564963674363b5235554853ec3333de01f49499 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 20 Aug 2020 19:37:30 +0200 Subject: Bump c++ version to the 17th standard We can do that now as QtC moved to c++17 in master Change-Id: I91d7fc425f1b288f341ee3025fec61a53e98c8d9 Reviewed-by: Christian Kandeler --- tests/fuzzy-test/fuzzy-test.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fuzzy-test') diff --git a/tests/fuzzy-test/fuzzy-test.qbs b/tests/fuzzy-test/fuzzy-test.qbs index 539374deb..8ec0f792d 100644 --- a/tests/fuzzy-test/fuzzy-test.qbs +++ b/tests/fuzzy-test/fuzzy-test.qbs @@ -5,7 +5,7 @@ QtApplication { type: "application" consoleApplication: true Depends { name: "qbsbuildconfig" } - cpp.cxxLanguageVersion: "c++14" + cpp.cxxLanguageVersion: "c++17" files: [ "commandlineparser.cpp", "commandlineparser.h", -- cgit v1.2.3