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
|
||||
TARGET = nymea-remoteproxyclient
|
||||
|
||||
HEADERS += \
|
||||
jsonrpcclient.h \
|
||||
jsonreply.h \
|
||||
remoteproxyconnection.h \
|
||||
proxyconnection.h \
|
||||
websocketconnection.h
|
||||
|
||||
|
||||
SOURCES += \
|
||||
jsonrpcclient.cpp \
|
||||
jsonreply.cpp \
|
||||
remoteproxyconnection.cpp \
|
||||
proxyconnection.cpp \
|
||||
websocketconnection.cpp
|
||||
|
||||
include(libnymea-remoteproxyclient.pri)
|
||||
|
||||
# install header file with relative subdirectory
|
||||
for(header, HEADERS) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue