From 63cc462b0689db4e096d7834f1fd19e3cd72c217 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sat, 17 Jun 2023 02:52:24 +0400 Subject: [PATCH] Migrate from qt_static_plugins.cpp to the Qt6-pregenerated initializators --- Telegram/SourceFiles/_other/packer.cpp | 6 ------ Telegram/codegen | 2 +- cmake | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Telegram/SourceFiles/_other/packer.cpp b/Telegram/SourceFiles/_other/packer.cpp index 2bf651bc63..0ba79c1bee 100644 --- a/Telegram/SourceFiles/_other/packer.cpp +++ b/Telegram/SourceFiles/_other/packer.cpp @@ -7,12 +7,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #include "packer.h" -#include - -#ifdef Q_OS_MAC -//Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin) -#endif - bool BetaChannel = false; quint64 AlphaVersion = 0; bool OnlyAlphaKey = false; diff --git a/Telegram/codegen b/Telegram/codegen index 1a969faa0a..5a11029c46 160000 --- a/Telegram/codegen +++ b/Telegram/codegen @@ -1 +1 @@ -Subproject commit 1a969faa0afb29d53af03e530775eccdfb8433f1 +Subproject commit 5a11029c461416407a423ac9921356fba0088ab6 diff --git a/cmake b/cmake index 92ec041c38..926c3119df 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 92ec041c38a432a4a282987d54f77457e71a2d4e +Subproject commit 926c3119df0b9873537a19209277252004ef1af3