forked from organicmaps/organicmaps
[cpp11] Fixed warning on desktop
This commit is contained in:
parent
2938ec4daf
commit
6a100663c8
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue