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/qt-zigbee.pro
2017-10-25 21:07:05 +02:00

39 lines
850 B
Prolog

QT -= gui
QT += serialport
CONFIG += c++11 console
CONFIG -= app_bundle
TARGET = zigbee-cli
target.path = /usr/bin
INSTALLS += target
SOURCES += main.cpp \
core.cpp \
interface/zigbeeinterface.cpp \
interface/zigbeeinterfacemessage.cpp \
interface/zigbeeinterfacerequest.cpp \
interface/zigbeeinterfacereply.cpp \
zigbeenetworkmanager.cpp \
zigbee.cpp \
loggingcategory.cpp \
zigbeebridgecontroller.cpp \
zigbeeutils.cpp \
zigbeenode.cpp \
zigbeeaddress.cpp
HEADERS += \
core.h \
interface/zigbeeinterface.h \
interface/zigbeeinterfacemessage.h \
interface/zigbeeinterfacerequest.h \
interface/zigbeeinterfacereply.h \
zigbeenetworkmanager.h \
zigbee.h \
loggingcategory.h \
zigbeebridgecontroller.h \
zigbeeutils.h \
zigbeenode.h \
zigbeeaddress.h