- Added DBus handler interface
- Added more complex flow to both samples
- Added custom class to be transfered
This commit is contained in:
Roland Winklmeier
2013-08-07 01:32:13 +02:00
parent 40abcf4c19
commit efacac77eb
47 changed files with 1036 additions and 434 deletions

View File

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