From 47cd6d35ab3d7dcd7a275bf316b02e4c31394d52 Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Thu, 23 May 2024 01:55:23 +0200 Subject: [PATCH] Fix installing Qt for Android 6.7.0 --- aqt/archives.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aqt/archives.py b/aqt/archives.py index b1e9aff1..5bef0f92 100644 --- a/aqt/archives.py +++ b/aqt/archives.py @@ -382,6 +382,8 @@ def _get_archives_base(self, name, target_packages): os_name += "_x86" elif os_name != "linux_arm64" and os_name != "all_os": os_name += "_x64" + if self.target == "android" and self.version >= Version("6.7.0"): + os_name = "all_os" os_target_folder = posixpath.join( "online/qtsdkrepository", os_name,