Migrate from qt_static_plugins.cpp to the Qt6-pregenerated initializators

This commit is contained in:
Ilya Fedin
2023-06-17 02:52:24 +04:00
committed by John Preston
parent 78b003761f
commit 63cc462b06
3 changed files with 2 additions and 8 deletions

View File

@@ -7,12 +7,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "packer.h"
#include <QtCore/QtPlugin>
#ifdef Q_OS_MAC
//Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)
#endif
bool BetaChannel = false;
quint64 AlphaVersion = 0;
bool OnlyAlphaKey = false;