19 lines
392 B
Prolog
19 lines
392 B
Prolog
include(../nymea-remoteproxy.pri)
|
|
include(../libnymea-remoteproxyclient/libnymea-remoteproxyclient.pri)
|
|
|
|
TARGET = nymea-remoteproxy-client
|
|
TEMPLATE = app
|
|
|
|
INCLUDEPATH += ../libnymea-remoteproxy
|
|
|
|
LIBS += -L$$top_builddir/libnymea-remoteproxyclient/ -lnymea-remoteproxyclient
|
|
|
|
SOURCES += main.cpp \
|
|
proxyclient.cpp
|
|
|
|
target.path = /usr/bin
|
|
INSTALLS += target
|
|
|
|
HEADERS += \
|
|
proxyclient.h
|