mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
refs #403 add BlackInput shared library build
This commit is contained in:
@@ -19,7 +19,7 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
DEFINES += USING_PCH
|
||||
}
|
||||
|
||||
DEFINES += LOG_IN_FILE
|
||||
DEFINES += LOG_IN_FILE BUILD_BLACKINPUT_LIB
|
||||
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
@@ -27,6 +27,8 @@ SOURCES += *.cpp
|
||||
win32 {
|
||||
HEADERS += $$PWD/win/*.h
|
||||
SOURCES += $$PWD/win/*.cpp
|
||||
|
||||
LIBS *= -ldxguid -lole32 -ldinput8 -lUser32
|
||||
}
|
||||
|
||||
unix:!macx {
|
||||
|
||||
Reference in New Issue
Block a user