Refactor and improve Android build script and GitHub action

This commit is contained in:
albexk 2023-08-18 17:32:16 +03:00
parent 3db5c49009
commit 9d5f7fdd9c
3 changed files with 165 additions and 66 deletions

View file

@ -27,10 +27,6 @@ set(QT_BUILD_TOOLS_WHEN_CROSS_COMPILING ON)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if(ANDROID)
set(QT_ANDROID_BUILD_ALL_ABIS ON)
endif()
if(APPLE AND NOT IOS)
set(CMAKE_OSX_ARCHITECTURES "x86_64")
endif()