From 60577b7883236e2487edb91fcaf55c8ea4d015dc Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 19 May 2026 18:59:19 +0000 Subject: [PATCH] Qt 5.15.18 -> 5.15.19 --- Telegram/build/prepare/prepare.py | 2 +- Telegram/build/qt_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 559e8bdb59..aae09b3b89 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -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 """) diff --git a/Telegram/build/qt_version.py b/Telegram/build/qt_version.py index 8bac35cd5e..caba801407 100644 --- a/Telegram/build/qt_version.py +++ b/Telegram/build/qt_version.py @@ -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