Added dbus interface for regular qcma.

Added option to disable the systray: --no-systray.
This commit is contained in:
codestation
2014-04-19 23:05:20 -04:30
parent 24af4d428e
commit a4c2301cab
9 changed files with 107 additions and 21 deletions

View File

@@ -65,3 +65,14 @@ unix:!macx {
HEADERS += src/kdenotifier.h
}
}
unix:!macx {
QT += dbus
# Create the introspection XML
system(qdbuscpp2xml -M -s src/gui/mainwidget.h -o org.qcma.ClientManager.xml)
# Create the helper class
DBUS_ADAPTORS = org.qcma.ClientManager.xml
}