aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker/benchmarker.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarker/benchmarker.qbs')
-rw-r--r--tests/benchmarker/benchmarker.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarker/benchmarker.qbs b/tests/benchmarker/benchmarker.qbs
index 72b535b42..3a2654ff3 100644
--- a/tests/benchmarker/benchmarker.qbs
+++ b/tests/benchmarker/benchmarker.qbs
@@ -4,7 +4,7 @@ QtApplication {
name: "qbs_benchmarker"
type: "application"
consoleApplication: true
- cpp.cxxLanguageVersion: "c++14"
+ cpp.cxxLanguageVersion: "c++17"
condition: Qt.concurrent.present
Depends { name: "qbsbuildconfig" }
Depends {