Skip to content

Commit 53ec413

Browse files
committed
Plugins::LibSSH: refactor terminal ssh
1 parent a948292 commit 53ec413

27 files changed

Lines changed: 403 additions & 627 deletions

App/Client/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ int main(int argc, char *argv[])
4242
{
4343
int nRet = 0;
4444

45+
qDebug(log) << "Verson:" << RabbitRemoteControl_VERSION;
46+
4547
//qputenv("QT_MEDIA_BACKEND", "ffmpeg");
4648

4749
#if (defined(Q_OS_LINUX) && !defined(Q_OA_ANDROID) \

Plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if(qtermwidget${QT_VERSION_MAJOR}_FOUND)
6767
if(BUILD_TERMINAL_TELENT)
6868
add_subdirectory(Telnet)
6969
endif()
70-
option(BUILD_TERMINAL_SSH "Build libssh" OFF)
70+
option(BUILD_TERMINAL_SSH "Build libssh" ON)
7171
if(BUILD_TERMINAL_SSH)
7272
add_subdirectory(LibSSH)
7373
endif()

0 commit comments

Comments
 (0)