mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #204 stub project for the X-Plane sim driver
This commit is contained in:
committed by
Klaus Basan
parent
8043caab6d
commit
59112e237c
@@ -31,6 +31,11 @@ SOURCES += $$PWD/fscommon/*.cpp
|
||||
HEADERS += $$PWD/fsx/*.h
|
||||
SOURCES += $$PWD/fsx/*.cpp
|
||||
|
||||
contains(BLACK_CONFIG, XPlane) {
|
||||
HEADERS += $$PWD/xplane/plugin/*.h
|
||||
SOURCES += $$PWD/xplane/plugin/*.cpp
|
||||
}
|
||||
|
||||
DESTDIR = ../../lib
|
||||
|
||||
include (../../libraries.pri)
|
||||
|
||||
Reference in New Issue
Block a user