QSsh icon indicating copy to clipboard operation
QSsh copied to clipboard

Cannot specify link libraries for target "ssh-shell" which is not built by this project.

Open va771 opened this issue 2 years ago • 1 comments

CMake throws error while build: CMake Error at examples/ssh-shell/CMakeLists.txt:4 (target_link_libraries): Cannot specify link libraries for target "ssh-shell" which is not built by this project.

There is a typo in examples/ssh-shell/CMakeLists.txt add_executable(ssh-hell argumentscollector.cpp main.cpp shell.cpp) ssh-shell should be :)

va771 avatar Oct 16 '23 05:10 va771

use the command 'qmake ../qssh.pro' instead of 'cmake ..'

meteoricfarm avatar Apr 09 '24 08:04 meteoricfarm