aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzy-test.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-06-30 20:11:41 -0700
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-07-05 09:30:38 +0000
commit1086fb5afeb5194b4cc692f177898b2fe123efc7 (patch)
treeabde91759d8895b22fb67d05d66dd8799be3acb3 /tests/fuzzy-test/fuzzy-test.qbs
parentdfbe58e1373d1fb437b54760109597e9811655c6 (diff)
Fix self hosted build with Qt 5.7, where C++11 is now required
Change-Id: I8c4f9617cb671c2ce3d7f0a7d175458aee99758a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/fuzzy-test/fuzzy-test.qbs')
-rw-r--r--tests/fuzzy-test/fuzzy-test.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fuzzy-test/fuzzy-test.qbs b/tests/fuzzy-test/fuzzy-test.qbs
index 403e56c64..d12f0ba84 100644
--- a/tests/fuzzy-test/fuzzy-test.qbs
+++ b/tests/fuzzy-test/fuzzy-test.qbs
@@ -5,6 +5,7 @@ QtApplication {
destinationDirectory: "bin"
type: "application"
consoleApplication: true
+ cpp.cxxLanguageVersion: "c++11"
files: [
"commandlineparser.cpp",
"commandlineparser.h",