diff options
Diffstat (limited to 'testing/telegram-desktop/0011-no-static-qt.patch')
-rw-r--r-- | testing/telegram-desktop/0011-no-static-qt.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/telegram-desktop/0011-no-static-qt.patch b/testing/telegram-desktop/0011-no-static-qt.patch new file mode 100644 index 0000000000..e4751c79f9 --- /dev/null +++ b/testing/telegram-desktop/0011-no-static-qt.patch @@ -0,0 +1,14 @@ +diff --git a/Telegram/gyp/lib_rlottie.gyp b/Telegram/gyp/lib_rlottie.gyp +index efc208500..8f2a66f5a 100644 +--- a/Telegram/gyp/lib_rlottie.gyp ++++ b/Telegram/gyp/lib_rlottie.gyp +@@ -113,7 +113,7 @@ + ], + 'conditions': [[ 'not build_win', { + 'defines': [ +- 'RLOTTIE_WITH_STATIC_QT', ++# 'RLOTTIE_WITH_STATIC_QT', + ] + }], [ 'build_macold', { + 'xcode_settings': { + |