nymea/server/server.pro

28 lines
534 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
LIBS += -L$$top_builddir/libnymea/ -lnymea \
-L$$top_builddir/libnymea-core -lnymea-core \
-lssl -lcrypto -lnymea-remoteproxyclient
# Server files
include(qtservice/qtservice.pri)
SOURCES += main.cpp \
nymeaservice.cpp \
nymeaapplication.cpp
HEADERS += \
nymeaservice.h \
nymeaapplication.h