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.
2018-08-16 19:55:06 +02:00

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