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 7587944de2 minor cleanup
2013-12-30 21:41:44 +01:00

17 lines
312 B
Prolog

TARGET = hive
TEMPLATE = lib
SOURCES += device.cpp \
deviceclass.cpp \
devicemanager.cpp \
deviceplugin.cpp \
radio433.cpp \
gpio.cpp
HEADERS += device.h \
deviceclass.h \
devicemanager.h \
radio433.h \
gpio.h