Re: [QGIS-Developer] Current state of QGIS and Qt 6 (good news!)

2022-08-20 Thread Mathieu Pellerin via QGIS-Developer
Oh, by the way, we'll need to adapt Find{Qca,QWT,etc}.cmake to behave nicely on systems where both qt5 and qt6 libraries are installed. Atm it'll randomly pick one or the other. We can make use of BUILD_WITH_QT6 there. On Sat, Aug 20, 2022, 15:22 Mathieu Pellerin wrote: > Richard, > > FYI, I've

Re: [QGIS-Developer] Current state of QGIS and Qt 6 (good news!)

2022-08-20 Thread Mathieu Pellerin via QGIS-Developer
Richard, FYI, I've been able to compile QGIS against Qt6 (6.2.4) on Ubuntu 22.04. Few notes: - We're lucky, Ubuntu 22.04 has a Qt6 keychain package, you should use this one, that reduces the nb of libs to compile to 3 - As Matthias suggested, I'd install the libraries - The QCA_INCLUDE_DIR has to

Re: [QGIS-Developer] Current state of QGIS and Qt 6 (good news!)

2022-08-18 Thread Matthias Kuhn via QGIS-Developer
Hi Richard, Looks like the QCA_INCLUDE_DIR is not working properly. I'd suggest installing all libraries, you can install them into your home folder somewhere to keep things isolated but that will make sure the headers and libs are in the expected structure. Cheers Matthias On Thu, Aug 18, 2022

Re: [QGIS-Developer] Current state of QGIS and Qt 6 (good news!)

2022-08-18 Thread Richard Duivenvoorde via QGIS-Developer
Cool! Thanks Nyall! Off course this is a challenge for Debianista's :-) Just tried on Debian testing, actually your 4 zip's/dependecies compiling went very well. (did not INSTALL anything, just compiled) But then I get stuck on QGIS itself (looks like it is trying to compile the ossl plugin a

[QGIS-Developer] Current state of QGIS and Qt 6 (good news!)

2022-08-17 Thread Nyall Dawson via QGIS-Developer
Hi list, There's been a couple of questions regarding this lately, so I'd like to send through an update on the current status. While I was rather pessimistic when replying to these questions, I'm happy to report that the port to Qt 6 is actually progressing MUCH faster than I'd anticipated! Than