Excited about Akademy? Check out our (online) pre-event workshop, August 10 at 16:00 CEST!

2024-08-07 Thread kie...@mxdarkwater.com
Hi Friends! If you or someone you know is KDE curious, a new contributor, or a longtime contributor wanting to know what other KDE folks have been up to, come to our Pre-Akademy workshop! Making a Difference: How to contribute and jump start your career in Free Software with the KDE Community

Re: KDE Gear projects with failing CI (master) (6 August 2024)

2024-08-07 Thread Thomas Friedrichsmeier
On Wed, 07 Aug 2024 00:55:00 +0200 Albert Astals Cid wrote: > okular - 3rd week > * https://invent.kde.org/graphics/okular/-/pipelines/748502 > * mac craft packaging fails I do not have a proper diagnosis as to why this is failing. However, the failing lib (libgpg-error) gets pulled in via KF6

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-07 Thread Ben Cooksley
On Wed, Aug 7, 2024 at 8:17 PM Milian Wolff wrote: > On Dienstag, 6. August 2024 12:58:29 MESZ Halla Rempt wrote: > > On dinsdag 6 augustus 2024 12:46:58 CEST Volker Krause wrote: > > > On Montag, 5. August 2024 16:15:19 CEST Halla Rempt wrote: > > > > I seem to remember that there were KDE apps

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-07 Thread Halla Rempt
On woensdag 7 augustus 2024 10:16:56 CEST Milian Wolff wrote: > QLinkedList is available in Qt6 core5compat: > https://doc.qt.io/qt-6/qlinkedlist.html Yes, that's what I'm currently using. The other option would be porting to std::list, but that gives a risk of bugs because it's not exactly the

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-07 Thread Milian Wolff
On Dienstag, 6. August 2024 12:58:29 MESZ Halla Rempt wrote: > On dinsdag 6 augustus 2024 12:46:58 CEST Volker Krause wrote: > > On Montag, 5. August 2024 16:15:19 CEST Halla Rempt wrote: > > > I seem to remember that there were KDE apps that could be built with > > > both Qt6/Kf6 and Qt5/Kf5. Did