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
2013-12-30 22:12:30 +01:00

20 lines
355 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
HEADERS += device.h \
deviceclass.h \
devicemanager.h \
radio433.h \
gpio.h