-
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
Qt5: add patch for 5.15.13 to fix QDir::entryInfoList() with nameFilters #23873
Qt5: add patch for 5.15.13 to fix QDir::entryInfoList() with nameFilters #23873
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/qt//'. 👋 @ericLemanissier @jwillikers @MartinDelille @paulharris you might be interested. 😉 |
Conan v1 pipeline ✔️All green in build 2 (
Conan v2 pipeline ✔️
All green in build 2 ( |
Hooks produced the following warnings for commit 6e3789eqt/5.15.13@#fca4fa60148d9f56273a38cb7863a80b
|
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 @kambala-decapitator, but unfortunately the situation is very similar to #23659. I think we should just wait for 5.15.14 to be released under lgpl (before the end of may 2024).
Also, this patch is fixing a bug on a feature which is not central to qt (in the sense that it's not a bug preventing compilation, or preventing all uses of qt on a given platform), so I think it's out of scope for conan-center
@ericLemanissier I'm fine with that, will close both PRs then |
Specify library name and version: qt/5.15.13
Backport of patch that's available only for 5.15.14
Upstream bug: https://bugreports.qt.io/browse/QTBUG-112738