summaryrefslogtreecommitdiffstats
path: root/installerfw.pri
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-06-19 16:13:27 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-19 17:33:15 +0200
commit37a498b90388091710b35f0345ccd8ca34f5c7a6 (patch)
tree29bd60a0d2f99f541b521ab555009eac7c8414e6 /installerfw.pri
parentb8c0d6d49b2eb65524e393baf0e15b70e447dcc3 (diff)
Enable C++11 mode in compilers
Qt 5 uses C++11 features mostly for speeding up things. Change-Id: Idcb3a95cd24b44c5147ff2e14f468f069da5e0c3 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'installerfw.pri')
-rw-r--r--installerfw.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerfw.pri b/installerfw.pri
index 7cfd38faf..2db2725ce 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -107,7 +107,7 @@ QT += uitools core-private
CONFIG(static, static|shared) {
QT += concurrent network qml xml
}
-CONFIG += depend_includepath no_private_qt_headers_warning
+CONFIG += depend_includepath no_private_qt_headers_warning c++11
GIT_SHA1 = $$system(git rev-list --abbrev-commit -n1 HEAD)
DEFINES += QT_NO_CAST_FROM_ASCII "_GIT_SHA1_=$$GIT_SHA1" IFW_VERSION=$$IFW_VERSION