Removed dbus support.
Added unix signals support.
This commit is contained in:
12
qcma_cli.pro
12
qcma_cli.pro
@@ -1,7 +1,5 @@
|
||||
include(qcma_common.pri)
|
||||
|
||||
unix:!macx:QT += dbus
|
||||
|
||||
TARGET = qcma_cli
|
||||
|
||||
SOURCES += \
|
||||
@@ -19,13 +17,3 @@ unix:!macx {
|
||||
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
# Create the introspection XML
|
||||
QT5_SUFFIX {
|
||||
system(qdbuscpp2xml-qt5 -M -s src/cli/headlessmanager.h -o org.qcma.HeadlessManager.xml)
|
||||
} else {
|
||||
system(qdbuscpp2xml -M -s src/cli/headlessmanager.h -o org.qcma.HeadlessManager.xml)
|
||||
}
|
||||
|
||||
# Create the helper class
|
||||
DBUS_ADAPTORS = org.qcma.HeadlessManager.xml
|
||||
|
Reference in New Issue
Block a user