summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-02-12 09:57:52 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-02-15 11:49:29 +0000
commit410740fc0ea11a78e2fd6d934f2ff79e2fbb3fb8 (patch)
treecf939097ff15ab5472d8a889d9d73a79df238d3b /src/app
parente449b51d8c3d0a949e6d6d268e70ae5cbbe5d263 (diff)
downloadqbs-410740fc0ea11a78e2fd6d934f2ff79e2fbb3fb8.tar.gz
Build qbs with C++14
This will enable us to simplify some of our templates. Qt Creator requires C++14 as well, so we won't break it. Change-Id: I577347ef12c53ff2ec59e88344ff181b27a0d50c Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.pri b/src/app/app.pri
index 49bbd905b..d0c94a770 100644
--- a/src/app/app.pri
+++ b/src/app/app.pri
@@ -13,7 +13,7 @@ else:DESTDIR = ../../../bin
CONFIG += console
CONFIG -= app_bundle
-CONFIG += c++11
+CONFIG += c++14
include($${PWD}/../lib/corelib/use_corelib.pri)
include($${PWD}/shared/logging/logging.pri)