Adopted GitHub Actions build config for Qt6

This commit is contained in:
Dmitriy Karpushin 2023-01-09 13:46:45 +03:00
parent 3e2835bef6
commit d1990a4263
2 changed files with 17 additions and 13 deletions

View file

@ -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)