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
2017-12-29 14:34:28 +01:00

24 lines
381 B
Prolog

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