mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
@@ -31,11 +31,6 @@ 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)
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
include (../../../../config.pri)
|
||||
include (../../../../build.pri)
|
||||
|
||||
QT += core dbus network
|
||||
|
||||
TARGET = simulator_xplane
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += plugin shared
|
||||
CONFIG += blackmisc
|
||||
|
||||
DEPENDPATH += . ../../../../src
|
||||
INCLUDEPATH += . ../../../../src
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
#win32:!win32-g++*: PRE_TARGETDEPS += ../../../../lib/blackmisc.lib
|
||||
|
||||
DESTDIR = ../../../../bin/plugins
|
||||
|
||||
include (../../../../libraries.pri)
|
||||
Reference in New Issue
Block a user