Set minimum required Qt version to 6.9#11331
Open
oskirby wants to merge 18 commits into
Open
Conversation
8808bd3 to
7f31c1c
Compare
7f31c1c to
7a382c8
Compare
a1c2f06 to
f5adaef
Compare
f5adaef to
74f5e85
Compare
74e9efb to
68f4e17
Compare
53e2099 to
967f404
Compare
c227cf1 to
58e49bf
Compare
58e49bf to
ec5357e
Compare
6bc4826 to
c3d014b
Compare
c3d014b to
6819283
Compare
mcleinman
reviewed
Jun 4, 2026
Collaborator
mcleinman
left a comment
There was a problem hiding this comment.
Looks good, but would love another review on this as well before merging. Thanks!
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
Now that we are deprecating the PPA, let's also start enforcing a minimum Qt version against which the app will build.
This is mostly a straightforward removal of backwards compatibility hacks - except for the fact that the newest Github runner images are on Ubuntu Noble, and therefore only provide Qt 6.4.2. Thus we encountered a bunch of pain by switching our Linux tests over to the static Qt builds from Taskcluster.
Reference
Checklist