Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-02-12 Thread Julien Cabieces via QGIS-Developer
Hi, Great news! I imagine there is still packaging work to be done. Anyway, I'm ok to release a Qt6 preview release (and clearly advertising it, on the download page and in the splashscreen at least). Regards, Julien > On Fri, 26 Jan 2024 at 07:58, Nyall Dawson wrote: >> >> Hi list, >> >>

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-02-07 Thread Nyall Dawson via QGIS-Developer
On Wed, 7 Feb 2024 at 18:10, Alessandro Pasotti wrote: > > Hi Nyall, > > This is great news, thank you all for the efforts. > > There was a budget available for QT6 releases so I think it shouldn't > be a problem, as long as the CI tests pass on QT6 we can make the > experimental builds

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-02-07 Thread Alessandro Pasotti via QGIS-Developer
Hi Nyall, This is great news, thank you all for the efforts. There was a budget available for QT6 releases so I think it shouldn't be a problem, as long as the CI tests pass on QT6 we can make the experimental builds available for testing. On Wed, Feb 7, 2024 at 6:10 AM Nyall Dawson via

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-02-06 Thread Nyall Dawson via QGIS-Developer
On Fri, 26 Jan 2024 at 07:58, Nyall Dawson wrote: > > Hi list, > > With some excellent work recently completed by Julien, we're now at a stage > where there's no *major* roadblocks preventing plugins from functioning under > the Qt6 builds! OK, given the progress made over the last couple of

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-29 Thread Julien Cabieces via QGIS-Developer
Hi, Thank you Nyall for continuing this work and all the recent pull requests that have fixed so many things. Be aware that my initial work was funded by Oslandia, my employer. And then, QGIS.org funded me to do the needed work to push cleanly on QGIS repository. Many thanks to both of them

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-28 Thread Richard Duivenvoorde via QGIS-Developer
Ok, lift off :-) See screenie. Thank Even, I had mixed version qwt headers and libs. So on Debian Trixie, there seems no libqwt for qt6 available yet? Had to pull these from experimental: libqwt-headers_6.2.0-1_amd64.deb libqwt-qt6-6.2_6.2.0-1_amd64.deb libqwt-qt6-dev_6.2.0-1_amd64.deb Then

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-27 Thread Even Rouault via QGIS-Developer
Richard, There's something weird with your installation. According to https://salsa.debian.org/qt-kde-team/extras/qwt/-/blob/debian/master/src/qwt_plot_layout.h?ref_type=heads#L84, this should be |constQRectF& plotRect, Options options = Options());| According to

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-27 Thread Richard Duivenvoorde via QGIS-Developer
On 1/27/24 00:31, Nyall Dawson wrote: Looks like you'll need https://github.com/qgis/QGIS/pull/56033 too. Try removing that line for now. Yep, thanks. Merged/fixed now apparently. Next issue with qwt: FAILED: src/gui/CMakeFiles/qgis_gui.dir/raster/qgsrasterhistogramwidget.cpp.o ... In file

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-26 Thread Nyall Dawson via QGIS-Developer
On Sat, 27 Jan 2024 at 07:53, Richard Duivenvoorde via QGIS-Developer wrote: > > Ok, installed qwt by downloading deb file from testing... > > configure: ok > generate: ok > > compiling: stopped at > build/python/gui/gui.sip: line 11: column 9: 'QtCore/QtCoremod.sip' could not > be found > seems

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-26 Thread Richard Duivenvoorde via QGIS-Developer
Ok, installed qwt by downloading deb file from testing... configure: ok generate: ok compiling: stopped at build/python/gui/gui.sip: line 11: column 9: 'QtCore/QtCoremod.sip' could not be found seems to be able to fix this using the fix from Thomas from

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-26 Thread Richard Duivenvoorde via QGIS-Developer
Whow! Cool! Thanks to all peeps/sponsors making this happen! Eager to try to build. Is https://lists.osgeo.org/pipermail/qgis-developer/2022-August/065012.html more or less the status of dependencies you also have to get/build yourself on Debian? Ok searched and tried to configure. Following

[QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-25 Thread Nyall Dawson via QGIS-Developer
Hi list, With some excellent work recently completed by Julien, we're now at a stage where there's no *major* roadblocks preventing plugins from functioning under the Qt6 builds! In fact, the first plugin has already been ported to be compatible with these (First Aid Plugin) -- see