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})
|
||||
message(${CMAKE_CURRENT_LIST_DIR})
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS
|
||||
Core Network
|
||||
)
|
||||
set(LIBS ${LIBS} Qt6::Core Qt6::Network)
|
||||
|
||||
|
||||
set(HEADERS ${HEADERS}
|
||||
${CMAKE_CURRENT_LIST_DIR}/singleapplication.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue