Files
qt-creator/tests/manual/ssh/tunnel/tunnel.pro
Christian Kandeler edcf76613b SSH: Implement tunneling.
This is the "direct-tcpip" port forwarding
specified in RFC 4254.

Change-Id: I1ffa2e923b4479c7211b1b4304e66895b565fb64
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2012-08-28 15:12:04 +02:00

6 lines
124 B
Prolog

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