mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
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:
@@ -21,7 +21,7 @@ if(WIN32)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
if(APPLE AND NOT IOS)
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR}/macos)
|
||||
set(HEADERS ${HEADERS} ${CMAKE_CURRENT_LIST_DIR}/macos/botan_all.h)
|
||||
set(SOURCES ${SOURCES} ${CMAKE_CURRENT_LIST_DIR}/macos/botan_all.cpp)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user