HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #871397
Increase QT_DISABLE_DEPRECATED_BEFORE to match Qt-5.11
0%
Description
Once Feature #869892 and Feature #871396 are in, we can increase QT_DISABLE_DEPRECATED_BEFORE in qt5.m4 to match Qt-5.11. It should not be increased further, as Qt-client is supposed to be compatible with Qt-5.11
QT_DISABLE_DEPRECATED_BEFORE should be increased at least to Qt-5.11 level at qt6.m4 too, but there it should be increased as far as possible without compilation to fail because of existing deprecation.
History
#1
Updated by Marko Lindqvist over 2 years ago
- File 0039-Qt-Set-QT_DISABLE_DEPRECATED_BEFORE-to-match-Qt-5.11.patch 0039-Qt-Set-QT_DISABLE_DEPRECATED_BEFORE-to-match-Qt-5.11.patch added
- Status changed from In Progress to Resolved
In the attached patch I ended setting qt6.m4 value to match Qt-5.12 as that's the version I have on my development machine, and I can't easily test higher value.
#2
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist