mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #140 , adjust sample for DBus marshalling / unmarshalling in order to test "tupel-ized" classes
* Added further DBus tests * Crossover from refs #85 , removed dependency from generator adaptor and XML files, as this will not work anymore in the future * Removed from .pro DBUS_ADAPTORS , DBUS_INTERFACES, QDBUSXML2CPP_INTERFACE_HEADER_FLAGS , QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS * Added interface, as this will be no longer generated * Removed samples no longer required, the sample no represents a framework to test DBus marshalling / unmarshalling
This commit is contained in:
@@ -23,11 +23,11 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
# Causes nmake to run qdbusxml2cpp to automatically generate the dbus adaptor and interface classes,
|
||||
# then automatically adds them to the sources to compile
|
||||
# !! Make sure the plugin is available as release build and known QT_PLUGIN_PATH
|
||||
QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS = -i blackmisc/blackmiscfreefunctions.h -i blackmisc/blackmiscallvalueclasses.h
|
||||
DBUS_ADAPTORS += blackcore.contextnetwork.xml
|
||||
DBUS_ADAPTORS += blackcore.contextvoice.xml
|
||||
DBUS_ADAPTORS += blackcore.contextsettings.xml
|
||||
DBUS_ADAPTORS += blackcore.contextapplication.xml
|
||||
# QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS = -i blackmisc/blackmiscfreefunctions.h -i blackmisc/blackmiscallvalueclasses.h
|
||||
# DBUS_ADAPTORS += blackcore.contextnetwork.xml
|
||||
# DBUS_ADAPTORS += blackcore.contextvoice.xml
|
||||
# DBUS_ADAPTORS += blackcore.contextsettings.xml
|
||||
# DBUS_ADAPTORS += blackcore.contextapplication.xml
|
||||
|
||||
# QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i blackmisc/blackmiscfreefunctions.h -i blackmisc/blackmiscallvalueclasses.h
|
||||
# DBUS_INTERFACES += blackcore.contextnetwork.xml
|
||||
|
||||
Reference in New Issue
Block a user