mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
@@ -20,7 +20,7 @@ contains(BLACK_CONFIG, BlackSim) {
|
|||||||
|
|
||||||
contains(BLACK_CONFIG, XPlane) {
|
contains(BLACK_CONFIG, XPlane) {
|
||||||
SUBDIRS += src/blacksim/xplane/xbus/xbus.pro
|
SUBDIRS += src/blacksim/xplane/xbus/xbus.pro
|
||||||
SUBDIRS += src/blacksim/xplane/plugin/plugin_xplane.pro
|
SUBDIRS += src/plugins/simulator/xplane/plugin_xplane.pro
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,11 +31,6 @@ SOURCES += $$PWD/fscommon/*.cpp
|
|||||||
HEADERS += $$PWD/fsx/*.h
|
HEADERS += $$PWD/fsx/*.h
|
||||||
SOURCES += $$PWD/fsx/*.cpp
|
SOURCES += $$PWD/fsx/*.cpp
|
||||||
|
|
||||||
contains(BLACK_CONFIG, XPlane) {
|
|
||||||
HEADERS += $$PWD/xplane/plugin/*.h
|
|
||||||
SOURCES += $$PWD/xplane/plugin/*.cpp
|
|
||||||
}
|
|
||||||
|
|
||||||
DESTDIR = ../../lib
|
DESTDIR = ../../lib
|
||||||
|
|
||||||
include (../../libraries.pri)
|
include (../../libraries.pri)
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ HEADERS += *.h
|
|||||||
|
|
||||||
#win32:!win32-g++*: PRE_TARGETDEPS += ../../../../lib/blackmisc.lib
|
#win32:!win32-g++*: PRE_TARGETDEPS += ../../../../lib/blackmisc.lib
|
||||||
|
|
||||||
DESTDIR = ../../../../bin/plugins
|
DESTDIR = ../../../../bin/plugins/simulator
|
||||||
|
|
||||||
include (../../../../libraries.pri)
|
include (../../../../libraries.pri)
|
||||||
Reference in New Issue
Block a user