Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying an order of Qt versions to consider #3

Merged
merged 3 commits into from
Feb 2, 2024

Conversation

rhaschke
Copy link

@rhaschke rhaschke commented Feb 1, 2024

I generalized the logic further to allow for specifying a list of Qt versions to consider (via cmake variable RVIZ_QT_VERSIONS, which defaults to "5;6"). You can set the variable to "6;5" to prioritize Qt 6 over Qt 5.
With this change, your PR is ready to merge I think.

@rhaschke rhaschke marked this pull request as draft February 2, 2024 06:50
Simplify code by using foreach instead of while loop.
@rhaschke rhaschke force-pushed the qt6-compat branch 2 times, most recently from f3d620d to 0920ba4 Compare February 2, 2024 09:16
@rhaschke rhaschke marked this pull request as ready for review February 2, 2024 11:30
@rhaschke
Copy link
Author

rhaschke commented Feb 2, 2024

I also added Qt6 to CI now.

@simonschmeisser simonschmeisser merged commit 99cbe29 into isys-vision:qt6-compat Feb 2, 2024
6 of 9 checks passed
@rhaschke rhaschke deleted the qt6-compat branch February 3, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants