mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
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:
@@ -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"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user