Integrate ConsoleProcess into QtcProcess

Change-Id: I8e2b43ef27af6ff279b575a8d43f1ff918562951
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Jarek Kobus
2022-01-21 16:15:17 +01:00
parent 14eb2ce0a5
commit 8260074c67
5 changed files with 221 additions and 114 deletions

View File

@@ -207,6 +207,9 @@ public:
bool start(const SshConnectionParameters &parameters)
{
// TODO: start here shared ssh connection if needed (take it from settings)
// connect to it
// wait for connected
m_shell = new SshRemoteProcess("/bin/sh",
parameters.connectionOptions(SshSettings::sshFilePath()) << parameters.host(),
ProcessMode::Writer);