Files
qcma/qcma_cli.pro
codestation 80f19e5d23 New qcma headless app.
Updated changelog.
Bumped version to 0.3.0.
2014-03-28 10:07:13 -04:30

29 lines
563 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