Enable c++11 support.

This commit is contained in:
Vladimir Golovnev (Glassez)
2015-08-26 20:44:42 +03:00
parent 4642a35de7
commit 12d9898b5d
5 changed files with 16 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
TEMPLATE = app
CONFIG += qt thread silent
# C++11 support
CONFIG += c++11
DEFINES += BOOST_NO_CXX11_RVALUE_REFERENCES
# Windows specific configuration
win32: include(../winconf.pri)