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
Michael Zanetti 2895c526fc added states
2014-01-04 01:48:41 +01:00

35 lines
672 B
Prolog

TARGET = hive
TEMPLATE = lib
CONFIG += c++11
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 \
state.cpp \
statetype.cpp
HEADERS += device.h \
deviceclass.h \
devicemanager.h \
deviceplugin.h \
radio433.h \
gpio.h \
trigger.h \
triggertype.h \
action.h \
actiontype.h \
state.h \
statetype.h