From da38539fa653b9e4cbe3e267374aa3f21f64066a Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 1 Mar 2023 17:51:27 +0400 Subject: [PATCH] Try building Qt with -no-feature-netlistmgr on Windows. --- Telegram/build/prepare/prepare.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 396f30019..97bbcb72e 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1257,6 +1257,7 @@ win: LIBJPEG_LIBS_DEBUG="%MOZJPEG_DIR%\Debug\jpeg-static.lib" ^ LIBJPEG_LIBS_RELEASE="%MOZJPEG_DIR%\Release\jpeg-static.lib" ^ -mp ^ + -no-feature-netlistmgr ^ -nomake examples ^ -nomake tests ^ -platform win32-msvc