Files
qt-creator/tests/manual/ssh/tunnel/tunnel.pro
Ulf Hermann 6b4963b549 Ssh: Implement tcp/ip forward tunneling
Change-Id: I529b3392ea7e4cbae2c736c9f55352ef6b19da98
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
2016-05-23 07:44:06 +00:00

13 lines
217 B
Prolog

include(../ssh.pri)
TARGET =tunnel
SOURCES = \
main.cpp \
argumentscollector.cpp \
directtunnel.cpp \
forwardtunnel.cpp
HEADERS = \
argumentscollector.h \
directtunnel.h \
forwardtunnel.h