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:
parent
2d6a12101e
commit
663861dc09
4 changed files with 119 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue