mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 07:35:53 +08:00
Add simple config file support to XSwiftBus
This adds a simple configuration file to XSwiftbus. So far, only the xswiftbus DBus server is configured. ref T291
This commit is contained in:
committed by
Klaus Basan
parent
9b1b39e3a4
commit
ce0b63f8f1
@@ -10,7 +10,8 @@ INCLUDEPATH += $$EXTERNALSROOT/common/include/XPLM
|
||||
LIBS += -levent_core -ldbus-1
|
||||
|
||||
OTHER_FILES += \
|
||||
org.swift_project.xswiftbus.*.xml
|
||||
org.swift_project.xswiftbus.*.xml \
|
||||
xswiftbus.conf
|
||||
|
||||
win32 {
|
||||
equals(WORD_SIZE,64): LIBS += -lXPLM_64 -lXPWidgets_64
|
||||
@@ -158,7 +159,12 @@ win32-g++ {
|
||||
dep_target.files *= $$[QT_INSTALL_BINS]/libstdc++-6.dll
|
||||
}
|
||||
|
||||
conf_target.path = $$PREFIX/xswiftbus
|
||||
conf_target.files *= xswiftbus.conf
|
||||
|
||||
|
||||
INSTALLS += dep_target
|
||||
INSTALLS += legacy_data_target
|
||||
INSTALLS += conf_target
|
||||
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user