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:
Roland Winklmeier
2018-07-30 11:01:19 +02:00
committed by Klaus Basan
parent 9b1b39e3a4
commit ce0b63f8f1
6 changed files with 238 additions and 5 deletions

View File

@@ -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)