Some build adjustements:

* Warning flags for elevated warnings as discussed: no /W3, explicit /wd
* fixed include in hotkey samples
* removed outdated QMAKE_CXXFLAGS += -std=c++0x
This commit is contained in:
Klaus Basan
2015-04-19 02:53:41 +02:00
parent dba47d6c8c
commit dffb2e3581
3 changed files with 9 additions and 5 deletions

View File

@@ -13,9 +13,7 @@ CONFIG += blackmisc blackinput
INCLUDEPATH += ..
DEPENDPATH += . ..
# linux-g++* { QMAKE_CXXFLAGS += -std=c++0x }
# PRECOMPILED_HEADER = stdpch.h
precompile_header:!isEmpty(PRECOMPILED_HEADER) {
DEFINES += USING_PCH
}