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 a803ef8292 rename guh to guhd.
added a meta package for guh, that pulls in guhd and guh-plugins
2019-04-01 20:48:17 +02:00

29 lines
569 B
Prolog

include(../guh.pri)
message("Building guh version $${GUH_VERSION_STRING}")
TARGET = guhd
TEMPLATE = app
INCLUDEPATH += ../libguh jsonrpc
target.path = /usr/bin
INSTALLS += target
QT += network
CONFIG += c++11
LIBS += -L$$top_builddir/libguh/ -lguh
include(server.pri)
SOURCES += main.cpp
boblight {
xcompile {
LIBS += -L../plugins/deviceplugins/boblight -lguh_devicepluginboblight -lboblight
} else {
LIBS += -L../plugins/deviceplugins/boblight -lguh_devicepluginboblight -L/usr/local/lib/ -lboblight
}
DEFINES += USE_BOBLIGHT
}