-
Notifications
You must be signed in to change notification settings - Fork 38.7k
build, qt: Fix regression in rendering on macOS Big Sur #23556
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
Conversation
Co-authored-by: mammix2 <mammix2@hotmail.com>
Minimum required libxcb to build qt 5.15.x is 1.11. https://codereview.qt.nokia.com/c/qt/qtbase/+/253905 Some plugins have been re-enabled as they are required by Qt.
Required for xcb_icccm.
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
jarolrod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Cherry-picked into #23489. |



This PR is a follow up of #23489.
The initial support of macOS Big Sur by Qt was pretty broken. Fixup commits were submitted into the
devbranch, and backported to5.12and5.15branches.Those fixups were released with the Qt 5.12.11, but, unfortunately, will be never (?) released as Qt 5.15.3 (for license issues, I guess).
Therefore, bumping Qt version from 5.12.11 to 5.15.2 brings a regression into rendering of some widgets in macOS BigSur.
This PR fixes this regression.
See: