aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/CMakeLists.txt
blob: 6f5d1cb7642392757970f4f0aae4f9ade79bb15d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
add_qtc_library(QtcSsh
  DEPENDS Qt5::Core Qt5::Network Qt5::Widgets Utils
  SOURCES
    sftpdefs.cpp sftpdefs.h
    sftpfilesystemmodel.cpp sftpfilesystemmodel.h
    sftpsession.cpp sftpsession.h
    sftptransfer.cpp sftptransfer.h
    ssh.qrc
    ssh_global.h
    sshconnection.cpp sshconnection.h
    sshconnectionmanager.cpp sshconnectionmanager.h
    sshkeycreationdialog.cpp sshkeycreationdialog.h sshkeycreationdialog.ui
    sshlogging.cpp sshlogging_p.h
    sshprocess.cpp sshprocess.h
    sshconnection.cpp sshconnection.h
    sshconnectionmanager.cpp sshconnectionmanager.h
    sshkeycreationdialog.cpp sshkeycreationdialog.h sshkeycreationdialog.ui
    sshlogging.cpp sshlogging_p.h
    sshremoteprocess.cpp sshremoteprocess.h
    sshremoteprocessrunner.cpp sshremoteprocessrunner.h
    sshsettings.cpp sshsettings.h
)