This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-zigbee/zigbee-cli/zigbee-cli.pro
2019-05-06 13:11:16 +02:00

24 lines
393 B
Prolog

include(../config.pri)
CONFIG += console
CONFIG -= app_bundle
TARGET = zigbee-cli
LIBS += -L$$buildDir/libnymea-zigbee -lnymea-zigbee1 -lreadline
INCLUDEPATH += ../libnymea-zigbee/
target.path = /usr/bin
INSTALLS += target
SOURCES += main.cpp \
core.cpp \
terminalcommander.cpp \
terminalcommand.cpp
HEADERS += \
core.h \
terminalcommander.h \
terminalcommand.h