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
2019-04-08 13:55:15 +02:00

26 lines
475 B
Prolog

include(../nymea.pri)
TARGET = guhd
TEMPLATE = app
INCLUDEPATH += ../libnymea ../libguh-core
target.path = /usr/bin
INSTALLS += target
QT *= sql xml websockets bluetooth dbus network
LIBS += -L$$top_builddir/libnymea/ -lnymea -L$$top_builddir/libguh-core -lguh-core -lssl -lcrypto -laws-iot-sdk-cpp
# Server files
include(qtservice/qtservice.pri)
SOURCES += main.cpp \
guhservice.cpp \
guhapplication.cpp
HEADERS += \
guhservice.h \
guhapplication.h