forked from qt-creator/qt-creator
Change-Id: I529b3392ea7e4cbae2c736c9f55352ef6b19da98 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
13 lines
217 B
Prolog
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
|