-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Qt: add version 6.8.0 #25959
base: master
Are you sure you want to change the base?
Qt: add version 6.8.0 #25959
Conversation
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.
It's currently missing the patches that have been applied to the previous versions.
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.
Thanks for the review. I made the requested changes.
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.
Thanks!
Probably needs these changes as well: |
Qt 6.8.0 now also refuses to build when using libstdc++ without GNU extensions being enabled in the cppstd:
The check for The alternative would be to validate this case in @jcar87 What do you think? |
"6.8.0": | ||
- "base_path": "qtwebengine" | ||
"patch_description": "Workaround for too long .rps file name" | ||
"patch_file": "patches/c72097e_6.8.0.diff" |
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.
"patch_file": "patches/c72097e_6.8.0.diff" | |
"patch_file": "patches/c72097e_6.6.0.diff" |
I think you can keep using the existing patch?
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.
I had to change it because the file that this patch applies to has changed between 6.7 and 6.8
These changes also seem to be necessary for qt 6.8 |
Summary
Added Qt version 6.8.0
Motivation
There are several new features and bugfixes in Qt 6.8.
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.0/release-note.md
Details
Qt 6.8.0 has been added to the Qt recipe.