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
2021-07-30 18:35:54 +02:00

25 lines
742 B
Plaintext

INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/tunnelproxy/tunnelproxyremoteconnection.h \
$$PWD/tunnelproxy/tunnelproxysocket.h \
$$PWD/tcpsocketconnection.h \
$$PWD/proxyjsonrpcclient.h \
$$PWD/jsonreply.h \
$$PWD/remoteproxyconnection.h \
$$PWD/proxyconnection.h \
$$PWD/tunnelproxy/tunnelproxysocketserver.h \
$$PWD/websocketconnection.h
SOURCES += \
$$PWD/tunnelproxy/tunnelproxyremoteconnection.cpp \
$$PWD/tunnelproxy/tunnelproxysocket.cpp \
$$PWD/tcpsocketconnection.cpp \
$$PWD/proxyjsonrpcclient.cpp \
$$PWD/jsonreply.cpp \
$$PWD/remoteproxyconnection.cpp \
$$PWD/proxyconnection.cpp \
$$PWD/tunnelproxy/tunnelproxysocketserver.cpp \
$$PWD/websocketconnection.cpp