Enhancements for Compiling Qt 4.8 with g++ 11 on AlmaLinux 9 - #7
Open
davitkalantaryan wants to merge 4 commits into
Open
Enhancements for Compiling Qt 4.8 with g++ 11 on AlmaLinux 9#7davitkalantaryan wants to merge 4 commits into
davitkalantaryan wants to merge 4 commits into
Conversation
…ws.cpp & tools/linguist/linguist/messagemodel.cpp to get rid of errors because of new compiler
* one more try to have ok code for several gcc versions * src/corelib/global/qglobal.h taking from old style * some more fixes for old gccs
|
|
oscarkramer
approved these changes
Sep 15, 2025
oscarkramer
approved these changes
Sep 15, 2025
oscarkramer
left a comment
There was a problem hiding this comment.
This is sorely needed for C++17 builds of the old qt4. Please accept.
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.
I have made minor adjustments in the 3 parts of the source to enable the compilation of Qt 4.8 on AlmaLinux 9 using g++ 11. This update is crucial for our institute, as we rely on an older application that utilizes QtRoot, which requires Qt 4 for compatibility.
We would greatly appreciate it if time could be allocated to review and merge these changes into the main branch. While I understand that Qt 4 is no longer maintained, and this merge request might be overlooked, the integration of these changes would be immensely beneficial for our ongoing projects.
Thank you for your consideration.