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
2014-01-06 21:14:09 +01:00

32 lines
790 B
Prolog

TARGET = hive
TEMPLATE = app
INCLUDEPATH += ../libhive
target.path = /usr/bin
INSTALLS += target
QT += network
CONFIG += c++11
LIBS += -L../libhive/ -lhive
SOURCES += main.cpp \
hivecore.cpp \
jsonrpcserver.cpp \
tcpserver.cpp \
ruleengine.cpp \
rule.cpp
HEADERS += hivecore.h \
jsonrpcserver.h \
tcpserver.h \
ruleengine.h \
rule.h
# FIXME: Drop this and link them dynamically
LIBS += -L../plugins/deviceplugins/elro/ -lhive_devicepluginelro
LIBS += -L../plugins/deviceplugins/intertechno/ -lhive_devicepluginintertechno
LIBS += -L../plugins/deviceplugins/meisteranker/ -lhive_devicepluginmeisteranker
LIBS += -L../plugins/deviceplugins/wifidetector/ -lhive_devicepluginwifidetector