Fixed build on Windows.

This commit is contained in:
23rd
2026-05-18 11:53:01 +03:00
parent e634df78e6
commit 04296830dc
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/wrap/vertical_layout.h"
#include "styles/style_dialogs.h"
#include <QtGui/QShortcut>
#include <QShortcut>
namespace Dialogs {
+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 4e7cec08c34155d7f38d3bd9a94f19ecadf784e6
git checkout 667174b0ac0e062ee13379d585c675df50a5f837
mac:
git clone https://github.com/desktop-app/qt6_highsierra_patches.git qt6_highsierra
""")