Files
qcma/qcma_cli.pro
codestation da6ad50759 Removed dbus support.
Added unix signals support.
2015-03-14 23:56:37 -04:30

20 lines
361 B
Prolog

include(qcma_common.pri)
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
}