Adopted GitHub Actions build config for Qt6
This commit is contained in:
parent
3e2835bef6
commit
d1990a4263
2 changed files with 17 additions and 13 deletions
|
|
@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR)
|
|||
set(PROJECT AmneziaVPN)
|
||||
project(${PROJECT})
|
||||
|
||||
if(ANDROID)
|
||||
set(QT_ANDROID_BUILD_ALL_ABIS ON)
|
||||
endif()
|
||||
#if(ANDROID)
|
||||
# set(QT_ANDROID_BUILD_ALL_ABIS ON)
|
||||
#endif()
|
||||
|
||||
add_subdirectory(client)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue