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

22 lines
357 B
Prolog

include(../common.pri)
TARGET = hive
TEMPLATE = app
INCLUDEPATH += ../libhive
QT += network
LIBS += -L../libhive/ -lhive
SOURCES += main.cpp \
hivecore.cpp \
jsonrpcserver.cpp \
radio433.cpp \
tcpserver.cpp
HEADERS += hivecore.h \
jsonrpcserver.h \
radio433.h \
tcpserver.h