aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-22 17:26:40 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-22 17:26:40 +0200
commitabc6beaf783fad2dacf9e4ed75208854e0760f5e (patch)
tree336430e898f57b21e9be46d27767ae24e440e5af /smolbote.qbs
parentUpdated documentation (diff)
downloadsmolbote-abc6beaf783fad2dacf9e4ed75208854e0760f5e.tar.xz
Some fixes based on clazy
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index 4bc1a7d..585210e 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -60,7 +60,7 @@ Project {
defines.push("QT_DEPRECATED_WARNINGS", "QT_DISABLE_DEPRECATED_BEFORE="+project.deprecatedBefore);
return defines;
}
- cpp.cxxLanguageVersion: "c++14"
+ cpp.cxxLanguageVersion: "c++11"
Group {
name: "main"