diff --git a/.gitmodules b/.gitmodules index a8bed44c92..f982f14b8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,9 +88,6 @@ [submodule "Telegram/ThirdParty/tgcalls"] path = Telegram/ThirdParty/tgcalls url = https://github.com/TelegramMessenger/tgcalls.git -[submodule "Telegram/ThirdParty/webview"] - path = Telegram/ThirdParty/webview - url = https://github.com/desktop-app/webview.git [submodule "Telegram/lib_webview"] path = Telegram/lib_webview url = https://github.com/desktop-app/lib_webview.git diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 8a999813d9..eaaf8d0a83 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -19,6 +19,7 @@ add_subdirectory(lib_storage) add_subdirectory(lib_lottie) add_subdirectory(lib_qr) add_subdirectory(lib_webrtc) +add_subdirectory(lib_webview) add_subdirectory(codegen) get_filename_component(src_loc SourceFiles REALPATH) @@ -55,6 +56,8 @@ PRIVATE desktop-app::lib_storage desktop-app::lib_lottie desktop-app::lib_qr + desktop-app::lib_webview + desktop-app::lib_webview_wrap desktop-app::lib_ffmpeg desktop-app::external_lz4 desktop-app::external_rlottie diff --git a/Telegram/ThirdParty/webview b/Telegram/ThirdParty/webview deleted file mode 160000 index b49b40100e..0000000000 --- a/Telegram/ThirdParty/webview +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b49b40100e9abca5cf3cb67874e3e31ae9241573 diff --git a/Telegram/lib_webview b/Telegram/lib_webview index 5314cb46cd..64c0b1e57e 160000 --- a/Telegram/lib_webview +++ b/Telegram/lib_webview @@ -1 +1 @@ -Subproject commit 5314cb46cdcdae6db049df18ca38dfd2d98ee4bf +Subproject commit 64c0b1e57e2fc6383b9af999ed3c2db220562492