Warning, /utilities/konsole/src/plugins/SSHManager/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 ki18n_wrap_ui(EXTRA_SSHPLUGIN_SRCS sshwidget.ui)
0003 
0004 kcoreaddons_add_plugin(konsole_sshmanagerplugin
0005 SOURCES
0006     sshmanagerplugin.cpp
0007     sshmanagerpluginwidget.cpp
0008     sshmanagermodel.cpp
0009     sshmanagerfiltermodel.cpp
0010     sshtreeview.cpp
0011     ${EXTRA_SSHPLUGIN_SRCS}
0012 INSTALL_NAMESPACE
0013     "konsoleplugins"
0014 )
0015 
0016 configure_file(konsole_sshmanager.in.json konsole_sshmanager.json)
0017 target_link_libraries(konsole_sshmanagerplugin
0018     konsoleprivate
0019     konsoleapp
0020 )