nymea-remoteproxy/server/server.pro

18 lines
337 B
Prolog

include(../nymea-remoteproxy.pri)
TARGET = nymea-remoteproxy
TEMPLATE = app
INCLUDEPATH += ../libnymea-remoteproxy
LIBS += -L$$top_builddir/libnymea-remoteproxy/ -lnymea-remoteproxy
SOURCES += main.cpp \
remoteproxyserverapplication.cpp
target.path = /usr/bin
INSTALLS += target
HEADERS += \
remoteproxyserverapplication.h