Files
qt-creator/tests/manual/ssh/shell/shell.pro
Christian Kandeler d59a64c7df SSH: Implement remote shell support.
Change-Id: Ifcddd930bbf027f4828f8ba01544aca5dea1eeed
Reviewed-on: http://codereview.qt.nokia.com/2220
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2011-07-26 18:17:11 +02:00

7 lines
169 B
Prolog

include(../ssh.pri)
QT += network
TARGET=shell
SOURCES=main.cpp shell.cpp ../remoteprocess/argumentscollector.cpp
HEADERS=shell.h ../remoteprocess/argumentscollector.h