Re: KParts and the Qt5->Qt6 transition

2024-01-23 Thread Christoph GrĂ¼ninger
Hi Nicolas, thanks for the update! Regarding Kile's Qt 6 plans: - kile (no Qt6 port) There is a MR to port: https://invent.kde.org/office/kile/-/merge_requests/60 Kile has not seen a Qt-5-based release. We are waiting for a 4th beta and a final Kile 3 release. Currently this blocked by more

Re: KParts and the Qt5->Qt6 transition

2024-01-23 Thread Nicolas Fella
Hi, as an update for where we are right now: On 12/6/23 21:51, Nicolas Fella wrote: Hi, the transition of many apps to Qt6 provides some challenges for apps producing and consuming KParts. KParts are implemented as Qt plugins and as such are specific to the Qt version they are built against.

Re: KParts and the Qt5->Qt6 transition

2023-12-07 Thread Carl Schwan
On Wednesday, December 6, 2023 9:51:20?PM CET Nicolas Fella wrote: > Hi, Hi, > the transition of many apps to Qt6 provides some challenges for apps > producing and consuming KParts. > > KParts are implemented as Qt plugins and as such are specific to the Qt > version they are built against. In o

KParts and the Qt5->Qt6 transition

2023-12-06 Thread Nicolas Fella
Hi, the transition of many apps to Qt6 provides some challenges for apps producing and consuming KParts. KParts are implemented as Qt plugins and as such are specific to the Qt version they are built against. In other words, a KPart built against Qt5 cannot be loaded by an app using Qt6 and vice