mirror of
https://github.com/qgis/QGIS.git
synced 2025-07-04 00:02:42 -04:00
Compare commits
4 Commits
fe299930cd
...
c512d8984d
Author | SHA1 | Date | |
---|---|---|---|
|
c512d8984d | ||
|
b927df884f | ||
|
855e741ada | ||
|
6fd32d92fd |
2
.github/workflows/build-macos-qt6.yml
vendored
2
.github/workflows/build-macos-qt6.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 🐩 Install CMake and Ninja
|
||||
uses: lukka/get-cmake@ea004816823209b8d1211e47b216185caee12cc5 # latest
|
||||
uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # latest
|
||||
with:
|
||||
# Pin to specific version to avoid rebuilding too often
|
||||
# Also helps to avoid spurious build failures like https://github.com/qgis/QGIS/pull/47098
|
||||
|
2
.github/workflows/windows-qt6.yml
vendored
2
.github/workflows/windows-qt6.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
choco uninstall cmake.install
|
||||
|
||||
- name: 🐩 Install CMake and Ninja
|
||||
uses: lukka/get-cmake@ea004816823209b8d1211e47b216185caee12cc5
|
||||
uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8
|
||||
with:
|
||||
cmakeVersion: 3.31.6
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user