diff --git a/.gitmodules b/.gitmodules index 2876230de0..f51e8e3190 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "Telegram/lib_tl"] path = Telegram/lib_tl url = https://github.com/desktop-app/lib_tl.git +[submodule "Telegram/lib_spellcheck"] + path = Telegram/lib_spellcheck + url = https://github.com/desktop-app/lib_spellcheck diff --git a/Telegram/gyp/Telegram.gyp b/Telegram/gyp/Telegram.gyp index 3cfba863d8..cf3e1619c5 100644 --- a/Telegram/gyp/Telegram.gyp +++ b/Telegram/gyp/Telegram.gyp @@ -76,6 +76,7 @@ '<(submodules_loc)/codegen/codegen.gyp:codegen_style', '<(submodules_loc)/lib_base/lib_base.gyp:lib_base', '<(submodules_loc)/lib_ui/lib_ui.gyp:lib_ui', + '<(submodules_loc)/lib_spellcheck/lib_spellcheck.gyp:lib_spellcheck', '<(third_party_loc)/libtgvoip/libtgvoip.gyp:libtgvoip', '<(submodules_loc)/lib_lottie/lib_lottie.gyp:lib_lottie', 'tests/tests.gyp:tests', diff --git a/Telegram/lib_spellcheck b/Telegram/lib_spellcheck new file mode 160000 index 0000000000..157037fab0 --- /dev/null +++ b/Telegram/lib_spellcheck @@ -0,0 +1 @@ +Subproject commit 157037fab0aa4c60507a14b622ce582f5832b370