Use Qt6 on Rolling and newer distros#3707
Merged
nbbrooks merged 6 commits intomoveit:mainfrom Mar 23, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3707 +/- ##
==========================================
+ Coverage 0.00% 46.22% +46.22%
==========================================
Files 539 726 +187
Lines 47592 59497 +11905
Branches 6085 7624 +1539
==========================================
+ Hits 0 27499 +27499
+ Misses 47592 31832 -15760
- Partials 0 166 +166 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0ffd828 to
8a15db2
Compare
… or qt6 depending on ROS_DISTRO
…d the default CMake ascending ordering resolving to Qt5. - For Rolling, Qt6 should be used if both are present - For Jazzy and Kilted, Qt5 should be used if both are present, but this will not cover that edge case
…case for Jazzy/Kilted with both Qt6 and Qt5, where Qt5 should be picked.
…but incorrectly resolve to Qt5 due to default cmake order resolution
Contributor
Author
|
The |
This was referenced Mar 23, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Rviz switchd to Qt6 in version 15.1 ros2/rviz#1635
As we support the latest features in
mainbeing source built to non-EOL distros, the following cases must be supportedThere are some specific checks in here to handle cases where Qt5 and Qt6 are installed.
Checklist