Merge branch 'master' of gitlab.guh.io:cloud/nymea-remoteproxy
commit
089c4ff743
|
|
@ -0,0 +1,16 @@
|
||||||
|
INCLUDEPATH += $${PWD}
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$${PWD}/jsonrpcclient.h \
|
||||||
|
$${PWD}/jsonreply.h \
|
||||||
|
$${PWD}/remoteproxyconnection.h \
|
||||||
|
$${PWD}/proxyconnection.h \
|
||||||
|
$${PWD}/websocketconnection.h
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
$${PWD}/jsonrpcclient.cpp \
|
||||||
|
$${PWD}/jsonreply.cpp \
|
||||||
|
$${PWD}/remoteproxyconnection.cpp \
|
||||||
|
$${PWD}/proxyconnection.cpp \
|
||||||
|
$${PWD}/websocketconnection.cpp
|
||||||
|
|
||||||
|
|
@ -3,21 +3,7 @@ include(../nymea-remoteproxy.pri)
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = nymea-remoteproxyclient
|
TARGET = nymea-remoteproxyclient
|
||||||
|
|
||||||
HEADERS += \
|
include(libnymea-remoteproxyclient.pri)
|
||||||
jsonrpcclient.h \
|
|
||||||
jsonreply.h \
|
|
||||||
remoteproxyconnection.h \
|
|
||||||
proxyconnection.h \
|
|
||||||
websocketconnection.h
|
|
||||||
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
jsonrpcclient.cpp \
|
|
||||||
jsonreply.cpp \
|
|
||||||
remoteproxyconnection.cpp \
|
|
||||||
proxyconnection.cpp \
|
|
||||||
websocketconnection.cpp
|
|
||||||
|
|
||||||
|
|
||||||
# install header file with relative subdirectory
|
# install header file with relative subdirectory
|
||||||
for(header, HEADERS) {
|
for(header, HEADERS) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue