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.
powersync-remoteproxy/libnymea-remoteproxyclient/libnymea-remoteproxyclient.pro
2018-08-09 14:19:40 +02:00

27 lines
593 B
Prolog

include(../nymea-remoteproxy.pri)
TEMPLATE = lib
TARGET = nymea-remoteproxyclient
HEADERS += \
remoteproxyconnector.h \
websocketconnector.h \
socketconnector.h \
jsonrpcclient.h
SOURCES += \
remoteproxyconnector.cpp \
websocketconnector.cpp \
socketconnector.cpp \
jsonrpcclient.cpp
# install header file with relative subdirectory
for(header, HEADERS) {
path = /usr/include/nymea-remoteproxyclient/$${dirname(header)}
eval(headers_$${path}.files += $${header})
eval(headers_$${path}.path = $${path})
eval(INSTALLS *= headers_$${path})
}