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 16:52:29 +01:00

13 lines
205 B
Prolog

TARGET = hive
TEMPLATE = lib
CONFIG += static
SOURCES += device.cpp \
deviceclass.cpp \
deviceplugin.cpp
HEADERS += device.h \
deviceclass.h \
deviceplugin.h