qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Add Qt6 support, show min_qt_version and max_qt_version int the XML #386

Open Xpirix opened 2 months ago

Xpirix commented 2 months ago

This is the proposed change for #373 according to the (ongoing) discussion at https://github.com/qgis/QGIS-Documentation/pull/8982

Changes summary

image

image

DelazJ commented 2 months ago

Thanks @Xpirix for this update. Given that we already have qgisMinimumVersion and qgisMaximumVersion in the metadata file, would it make sense to keep that structure and instead have qtMinimumVersion and qtMaximumVersion? @elpaso @rduivenvoorde

DelazJ commented 2 months ago

I have no idea if this is a situation that may happen irl (or if it is desirable) but would that allow someone to constrain his plugins to work for specific qt versions, e.g. min=5.13 and/or max=6.6 because of incompatible changes in Qt's other versions?