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
2021-12-09 18:17:32 +01:00

34 lines
623 B
Prolog

include(../nymea.pri)
TARGET = nymead
TEMPLATE = app
INCLUDEPATH += ../libnymea ../libnymea-core $$top_builddir
target.path = /usr/bin
INSTALLS += target
QT += sql xml websockets bluetooth dbus network
CONFIG += link_pkgconfig
PKGCONFIG += nymea-zigbee
LIBS += -L$$top_builddir/libnymea/ -lnymea \
-L$$top_builddir/libnymea-core -lnymea-core \
-lnymea-remoteproxyclient
CONFIG += link_pkgconfig
PKGCONFIG += nymea-zigbee
# Server files
include(qtservice/qtservice.pri)
SOURCES += main.cpp \
nymeaservice.cpp \
nymeaapplication.cpp
HEADERS += \
nymeaservice.h \
nymeaapplication.h