aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzy-test.qbs
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-08-20 19:37:30 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-08-21 12:03:43 +0000
commit7564963674363b5235554853ec3333de01f49499 (patch)
treef1c1cd8cf790bb6ebac5c73f5a9920e2f3e14dff /tests/fuzzy-test/fuzzy-test.qbs
parent9c07cf8019fbf5920aa25c5e2634d009cc948ce8 (diff)
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 <christian.kandeler@qt.io>
Diffstat (limited to 'tests/fuzzy-test/fuzzy-test.qbs')
-rw-r--r--tests/fuzzy-test/fuzzy-test.qbs2
1 files changed, 1 insertions, 1 deletions
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",