[cpp11] Fixed warning on desktop

This commit is contained in:
Alex Zolotarev 2014-08-26 19:22:28 +03:00 committed by Alex Zolotarev
parent 2938ec4daf
commit 6a100663c8

View file

@ -16,6 +16,11 @@ INCLUDEPATH *= $$ROOT_DIR/3party/boost
CONFIG -= depend_includepath
CONFIG *= c++11
# For old android gcc 4.6
!android* {
QMAKE_CFLAGS *= -Wno-deprecated-register
QMAKE_CXXFLAGS *= -Wno-deprecated-register
}
# Automatically enable release config for production
CONFIG(production) {