for debug target added deploy files required to run the application on Windows, also:

- added deploy additional files for android
- fixed include android libraries
This commit is contained in:
vladimir.kuznetsov 2022-11-15 00:22:27 +03:00
parent 2d6a12101e
commit 663861dc09
4 changed files with 119 additions and 59 deletions

View file

@ -1,5 +1,10 @@
include_directories(${CMAKE_CURRENT_LIST_DIR})
find_package(Qt6 REQUIRED COMPONENTS
Widgets Gui Network Core5Compat
)
set(LIBS ${LIBS} Qt6::Widgets Qt6::Gui Qt6::Network Qt6::Core5Compat)
set(SOURCES ${SOURCES}
${CMAKE_CURRENT_LIST_DIR}/sshsendfacility.cpp
${CMAKE_CURRENT_LIST_DIR}/sshremoteprocess.cpp