mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user