Qt 5.15.18 -> 5.15.19

This commit is contained in:
Ilya Fedin
2026-05-19 18:59:19 +00:00
committed by John Preston
parent c9f2794c53
commit 60577b7883
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 667174b0ac0e062ee13379d585c675df50a5f837
git checkout cae4b94d0b3127d40dbe6f3861907ce9df8092fd
mac:
git clone https://github.com/desktop-app/qt6_highsierra_patches.git qt6_highsierra
""")
+1 -1
View File
@@ -9,5 +9,5 @@ def resolve(arch):
os.environ['QT'] = '6.11.1'
else:
print('Choosing Qt 5.')
os.environ['QT'] = '5.15.18'
os.environ['QT'] = '5.15.19'
return True