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

24 lines
437 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 \
tcpserver.cpp \
HEADERS += hivecore.h \
jsonrpcserver.h \
tcpserver.h \
# FIXME: Drop this and link them dynamically
LIBS += -L../plugins/deviceplugins/rfswitch/ -lhive_rfswitch