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-core/libhive/libhive.pro
2014-01-02 00:59:51 +01:00

29 lines
587 B
Prolog

TARGET = hive
TEMPLATE = lib
target.path = /usr/lib
INSTALLS += target
SOURCES += device.cpp \
deviceclass.cpp \
devicemanager.cpp \
deviceplugin.cpp \
radio433.cpp \
gpio.cpp \
trigger.cpp \
triggertype.cpp \
action.cpp \
actiontype.cpp
HEADERS += device.h \
deviceclass.h \
devicemanager.h \
deviceplugin.h \
radio433.h \
gpio.h \
trigger.h \
triggertype.h \
action.h \
actiontype.h