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-daemon.pro
2017-10-17 14:54:17 +02:00

23 lines
329 B
Prolog

QT -= gui
QT += serialport
CONFIG += c++11 console
CONFIG -= app_bundle
TARGET = zigbee-daemon
target.path = /usr/bin
INSTALLS += target
SOURCES += main.cpp \
core.cpp \
zigbeeinterface.cpp \
zigbeemanager.cpp \
zigbee.cpp
HEADERS += \
core.h \
zigbeeinterface.h \
zigbeemanager.h \
zigbee.h