Files
qcma/qcma_cli.pro
codestation a4c2301cab Added dbus interface for regular qcma.
Added option to disable the systray: --no-systray.
2014-04-19 23:05:20 -04:30

28 lines
562 B
Prolog

include(qcma_common.pri)
QT += dbus
TARGET = qcma_cli
SOURCES += \
src/cli/main_cli.cpp \
src/cli/singlecoreapplication.cpp \
src/cli/headlessmanager.cpp
HEADERS += \
src/cli/singlecoreapplication.h \
src/cli/headlessmanager.h
# Linux-only config
unix:!macx {
target.path = $$BINDIR
INSTALLS += target
}
# Create the introspection XML
system(qdbuscpp2xml -M -s src/cli/headlessmanager.h -o org.qcma.HeadlessManager.xml)
# Create the helper class
DBUS_ADAPTORS = org.qcma.HeadlessManager.xml