mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
refs #241 Add FS9 plugin project files
This commit is contained in:
@@ -35,6 +35,9 @@ win32 {
|
|||||||
contains(BLACK_CONFIG, FSX) {
|
contains(BLACK_CONFIG, FSX) {
|
||||||
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
|
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
|
||||||
}
|
}
|
||||||
|
contains(BLACK_CONFIG, FS9) {
|
||||||
|
SUBDIRS += src/plugins/simulator/fs9/plugin_fs9.pro
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
contains(BLACK_CONFIG, XPlane) {
|
contains(BLACK_CONFIG, XPlane) {
|
||||||
|
|||||||
33
src/plugins/simulator/fs9/plugin_fs9.pro
Normal file
33
src/plugins/simulator/fs9/plugin_fs9.pro
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
include (../../../../config.pri)
|
||||||
|
include (../../../../build.pri)
|
||||||
|
|
||||||
|
QT += core dbus gui network
|
||||||
|
|
||||||
|
TARGET = simulator_fs9
|
||||||
|
TEMPLATE = lib
|
||||||
|
|
||||||
|
CONFIG += plugin shared
|
||||||
|
CONFIG += blackmisc blackcore blacksim
|
||||||
|
|
||||||
|
LIBS += -lsimulator_fscommon -lFSUIPC_User
|
||||||
|
|
||||||
|
# required for FSUIPC
|
||||||
|
win32:!win32-g++*: QMAKE_LFLAGS += /NODEFAULTLIB:LIBC.lib
|
||||||
|
|
||||||
|
DEPENDPATH += . ../../../../src
|
||||||
|
INCLUDEPATH += . ../../../../src
|
||||||
|
|
||||||
|
LIBS += -ldxguid -lole32
|
||||||
|
|
||||||
|
SOURCES += *.cpp
|
||||||
|
HEADERS += *.h
|
||||||
|
|
||||||
|
win32:!win32-g++*: PRE_TARGETDEPS += ../../../../lib/blackmisc.lib \
|
||||||
|
../../../../lib/blacksim.lib \
|
||||||
|
../../../../lib/blackcore.lib
|
||||||
|
else: PRE_TARGETDEPS += ../../../../lib/libblackmisc.a \
|
||||||
|
../../../../lib/libblacksim.a \
|
||||||
|
../../../../lib/libblackcore.a
|
||||||
|
|
||||||
|
DESTDIR = ../../../../bin/plugins/simulator
|
||||||
|
include (../../../../libraries.pri)
|
||||||
Reference in New Issue
Block a user