Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ndk_full_version": "27.2.12479018",
"platform_workflows": "Linux,Windows,MacOS,Android",
"ndk_version": "r27c",
"qt_minimum_version": "6.10.0",
"qt_minimum_version": "6.10.1",
"qt_modules": "qtgraphs qtlocation qtpositioning qtspeech qtmultimedia qtserialport qtimageformats qtshadertools qtconnectivity qtquick3d qtsensors qtscxml qtwebsockets qthttpserver",
"qt_version": "6.10.3",
"vulkan_sdk_version": "1.4.304.1",
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,12 @@ jobs:
arch: win64_msvc2022_arm64
package: QGroundControl-installer-ARM64

# TODO: Remove qt_version override once aqtinstall supports Qt 6.10.1+ for cross-compiled ARM64
# Workaround: Pin to Qt 6.10.0 until aqtinstall fix is released
# Tracking: https://github.com/miurahr/aqtinstall/pull/952
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now merged.

- variant: arm64-cross
os: windows-2022
host: windows
arch: win64_msvc2022_arm64_cross_compiled
package: QGroundControl-installer-AMD64-ARM64
qt_version: '6.10.0'
qt_version: '6.10.1'

defaults:
run:
Expand Down
Loading