added matrix for all android arch

This commit is contained in:
vladimir.kuznetsov
2022-11-27 12:32:45 +03:00
parent c85ad470ba
commit 2e5171c205
5 changed files with 41 additions and 29 deletions
+4 -1
View File
@@ -8,7 +8,7 @@ TEMPLATE = app
IS_CI=$$(CI)
!isEmpty(IS_CI){
message("Detected CI env")
CONFIG += silent ccache
CONFIG += silent #ccache
}
CONFIG += qtquickcompiler
@@ -248,6 +248,9 @@ android {
# As QAndroidBinder is not yet implemented with a public api
QT+=core-private
ANDROID_ABIS=ANDROID_TARGET_ARCH
# for not changing qtkeychain sources for qt6
QT -= androidextras
}
else {
QT += androidextras