mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:28:21 +08:00
Ref T270, Ref T275 FSX/P3D .pro files adjusted
This commit is contained in:
@@ -14,10 +14,16 @@ SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
DISTFILES += simulatorfsxconfig.json
|
||||
LIBS += -lsimulatorfsxcommon
|
||||
addStaticLibraryDependency(simulatorfsxcommon)
|
||||
|
||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||
|
||||
LIBS *= -L$$EXTERNALS_LIB_DIR/FSX-XPack
|
||||
LIBS *= -lsimulatorfscommon -lsimulatorfsxcommon -lfsuipc -lSimConnect -lsimulatorplugincommon
|
||||
LIBS += -ldxguid -lole32
|
||||
addStaticLibraryDependency(simulatorfscommon)
|
||||
addStaticLibraryDependency(simulatorfsxcommon)
|
||||
addStaticLibraryDependency(fsuipc)
|
||||
addStaticLibraryDependency(simulatorplugincommon)
|
||||
|
||||
win32 {
|
||||
dlltarget.path = $$PREFIX/bin/plugins/simulator
|
||||
INSTALLS += dlltarget
|
||||
|
||||
Reference in New Issue
Block a user