mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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:
@@ -19,7 +19,7 @@ HEADERS += *.h
|
||||
|
||||
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
../../lib/blackcore.lib \
|
||||
../../lib/libblackinput.a
|
||||
../../lib/blackinput.lib
|
||||
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a \
|
||||
../../lib/libblackcore.a \
|
||||
../../lib/libblackinput.a
|
||||
|
||||
Reference in New Issue
Block a user