Compare commits

..

3 Commits

Author SHA1 Message Date
Harrissou Sant-anna
092583ed3d
Merge 34ca57f39123fd1cd75b39e444d6649cfb9ee753 into b927df884feb840b67724af5c82c8088a9d20bfe 2025-07-02 06:54:07 +02:00
Loïc Bartoletti
b927df884f
Merge pull request #62484 from jef-n/fix-62478
fix #62478 (followup eac401c009)
2025-07-02 06:09:23 +02:00
Juergen E. Fischer
6fd32d92fd fix #62478 (followup eac401c009) 2025-07-01 17:54:58 +02:00

View File

@ -658,6 +658,9 @@ class Repositories(QObject):
.text()
.strip()
)
supports_qt6 = pluginNodes.item(i).firstChildElement(
"supports_qt6"
).text().strip().upper() in ["TRUE", "YES"]
if not qgisMaximumVersion:
if qgisMinimumVersion[0] == "3" and supports_qt6:
qgisMaximumVersion = "4.99"