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/server/server.pro
2013-12-30 20:09:52 +01:00

29 lines
578 B
Prolog

TARGET = hive
TEMPLATE = app
INCLUDEPATH += ../libhive
target.path = /usr/bin
INSTALLS += target
QT += network
LIBS += -L../libhive/ -lhive
SOURCES += main.cpp \
hivecore.cpp \
jsonrpcserver.cpp \
radio433.cpp \
tcpserver.cpp \
gpio.cpp \
deviceplugins/rfswitch/rfswitch.cpp \
devicemanager.cpp \
HEADERS += hivecore.h \
jsonrpcserver.h \
radio433.h \
tcpserver.h \
gpio.h \
deviceplugins/rfswitch/rfswitch.h \
devicemanager.h \