Fix patching of Qt6.2.2-ios (#510)

* Add tests for proper patching of Qt6.2.2-ios
* Add a build target for ios installations
* Add test coverage for mobile patching on linux

This change folds in some refactoring as well, in an attempt to reduce
repetitive logic, and make sure that this logic is used everywhere appropriate.
This commit is contained in:
David Dalcino
2022-04-03 22:22:13 -07:00
committed by GitHub
parent a27fa31566
commit ad20856738
4 changed files with 163 additions and 38 deletions

View File

@@ -269,6 +269,7 @@ mac_build_jobs.append(
mac_build_jobs.extend(
[
BuildJob("install-qt", "5.15.2", "mac", "ios", "ios", "ios"),
BuildJob("install-qt", "6.2.2", "mac", "ios", "ios", "ios", module="qtsensors"),
BuildJob(
"install-qt", "6.1.0", "mac", "android", "android_armv7", "android_armv7"
),