Re: [QGIS-Developer] qgisMinimumVersion for supportsQt6=True

2025-04-25 Thread Julien Moura (Oslandia) via QGIS-Developer
Hello Marco, Just to share my personal stance on this topic. Since the QGIS project officially maintains two versions (the LTR and the regular release), I stick to ensuring compatibility with LTR -1 when starting a new plugin. For example, since the current LTR is 3.40.4+, I begin plugin deve

Re: [QGIS-Developer] qgisMinimumVersion for supportsQt6=True

2025-04-24 Thread Nyall Dawson via QGIS-Developer
On Fri, 25 Apr 2025 at 00:55, Marco Lechner - FOSSGIS e.V. via QGIS-Developer wrote: > 3.12? Until now my plugins qgisMinimumVersion was 3.4 - should this be > edited to 3.40? Ot what may fit best? As Richard pointed out unfortunately the user analytics site is down right now, but as of last wee

Re: [QGIS-Developer] qgisMinimumVersion for supportsQt6=True

2025-04-24 Thread Greg Troxel via QGIS-Developer
"Marco Lechner - FOSSGIS e.V. via QGIS-Developer" writes: > I already started making my QGIS plugins qt6 compatible. It wasn't > complicated - thanks to the given migration and check tools. My code > is Qt5/Qt6 compatible now, but I am not sure what will be the > qgisMinimumVersion? Which QGIS of

Re: [QGIS-Developer] qgisMinimumVersion for supportsQt6=True

2025-04-24 Thread Richard Duivenvoorde via QGIS-Developer
My take would be 3.40 is new LTR, give our slow updaters some slack and set your minimum to 3.34 (old ltr?) or so? There was some graph somewhere on what QGIS versions are being used in the wild, and you would not believe the ancient versions still being used :-) (I think it is/was https://a

[QGIS-Developer] qgisMinimumVersion for supportsQt6=True

2025-04-24 Thread Marco Lechner - FOSSGIS e.V. via QGIS-Developer
Hi, I already started making my QGIS plugins qt6 compatible. It wasn't complicated - thanks to the given migration and check tools. My code is Qt5/Qt6 compatible now, but I am not sure what will be the qgisMinimumVersion? Which QGIS official packages are usually compiled with which Qt5 and Py