Summary: | KMyMoney5.2.1 build failure with Qt 6.7.2 | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Schrijvers Luc <begasus> |
Component: | buildsystem | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.2.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/c9bd024383a6e43b70af3fe39c311e932a10dc72 | Version Fixed In: | 5.2.2 |
Sentry Crash Report: |
Description
Schrijvers Luc
2025-08-06 07:52:54 UTC
Git commit aac6f62208c3bc856c70971ca98d44558e7d6e93 by Thomas Baumgart. Committed on 06/08/2025 at 17:13. Pushed by tbaumgart into branch 'master'. Support Qt < 6.8 QStringDecoder and QStringEncoder only support char* as argument in older Qt versions. FIXED-IN: 5.2.2 M +2 -2 kmymoney/misc/kmm_codec.cpp M +1 -1 kmymoney/plugins/csv/import/core/csvimportercore.cpp M +1 -1 kmymoney/plugins/ofx/import/dialogs/kofxdirectconnectdlg.cpp M +1 -1 kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp M +1 -1 kmymoney/plugins/ofx/import/dialogs/mymoneyofxconnector.cpp https://invent.kde.org/office/kmymoney/-/commit/aac6f62208c3bc856c70971ca98d44558e7d6e93 Thanks! Confirmed working. +1 Git commit c9bd024383a6e43b70af3fe39c311e932a10dc72 by Thomas Baumgart. Committed on 06/08/2025 at 18:12. Pushed by tbaumgart into branch '5.2'. Support Qt < 6.8 QStringDecoder and QStringEncoder only support char* as argument in older Qt versions. FIXED-IN: 5.2.2 (cherry picked from commit aac6f62208c3bc856c70971ca98d44558e7d6e93) M +2 -2 kmymoney/misc/kmm_codec.cpp M +1 -1 kmymoney/plugins/csv/import/core/csvimportercore.cpp M +1 -1 kmymoney/plugins/ofx/import/dialogs/kofxdirectconnectdlg.cpp M +1 -1 kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp M +1 -1 kmymoney/plugins/ofx/import/dialogs/mymoneyofxconnector.cpp https://invent.kde.org/office/kmymoney/-/commit/c9bd024383a6e43b70af3fe39c311e932a10dc72 |