ros-industrial / ros_qtc_plugin

ROS Qt Creator Plug-in (https://ros-qtc-plugin.readthedocs.io)
396 stars 213 forks source link

add setup support for aarch64 #494

Closed christian-rauch closed 6 months ago

christian-rauch commented 6 months ago

Fixes https://github.com/ros-industrial/ros_qtc_plugin/issues/490.

However, the linux_arm64 builds only support Qt 6.7 (https://download.qt.io/online/qtsdkrepository/linux_arm64/desktop/), hence you manually have to change qt_version: "6.6" -> qt_version: "6.7" in the versions.yaml.

Tested on the arm64v8/ubuntu Docker image with multiarch/qemu-user-static.