mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Initial FlightGear plugin commit
This commit is contained in:
29
src/plugins/simulator/flightgearconfig/flightgearconfig.pro
Normal file
29
src/plugins/simulator/flightgearconfig/flightgearconfig.pro
Normal file
@@ -0,0 +1,29 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network widgets
|
||||
|
||||
TARGET = simulatorflightgearconfig
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += plugin shared
|
||||
CONFIG += blackmisc blackcore blackgui
|
||||
|
||||
DEPENDPATH += . $$SourceRoot/src
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
FORMS += *.ui
|
||||
DISTFILES += simulatorxplaneconfig.json
|
||||
|
||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||
|
||||
win32 {
|
||||
dlltarget.path = $$PREFIX/bin/plugins/simulator
|
||||
INSTALLS += dlltarget
|
||||
} else {
|
||||
target.path = $$PREFIX/bin/plugins/simulator
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
load(common_post)
|
||||
Reference in New Issue
Block a user