mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #42
- Added DBus handler interface - Added more complex flow to both samples - Added custom class to be transfered
This commit is contained in:
@@ -14,7 +14,7 @@ CONFIG -= app_bundle
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
DBUS_ADAPTORS += planemanager.xml atcmanager.xml fsdclient.xml
|
||||
DBUS_ADAPTORS += dbus/aircraftmanager.xml dbus/atcmanager.xml dbus/fsdclient.xml
|
||||
|
||||
DEPENDPATH += . ../../src
|
||||
INCLUDEPATH += . ../../src
|
||||
@@ -22,6 +22,9 @@ INCLUDEPATH += . ../../src
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i remote_aircraft.h
|
||||
QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS = -i remote_aircraft.h
|
||||
|
||||
LIBS += -L../../lib -lblackcore -lblackmisc
|
||||
|
||||
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
|
||||
Reference in New Issue
Block a user