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.pri

25 lines
699 B
Plaintext

include(../common/common.pri)
INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/tunnelproxy/tunnelproxyremoteconnection.h \
$$PWD/tunnelproxy/tunnelproxysocket.h \
$$PWD/tunnelproxy/tunnelproxysocketserver.h \
$$PWD/tcpsocketconnection.h \
$$PWD/proxyjsonrpcclient.h \
$$PWD/jsonreply.h \
$$PWD/proxyconnection.h \
$$PWD/websocketconnection.h
SOURCES += \
$$PWD/tunnelproxy/tunnelproxyremoteconnection.cpp \
$$PWD/tunnelproxy/tunnelproxysocket.cpp \
$$PWD/tunnelproxy/tunnelproxysocketserver.cpp \
$$PWD/tcpsocketconnection.cpp \
$$PWD/proxyjsonrpcclient.cpp \
$$PWD/jsonreply.cpp \
$$PWD/proxyconnection.cpp \
$$PWD/websocketconnection.cpp