diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 616160e8b6..153e9d4c9b 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -1452,14 +1452,10 @@ else() endif() if (NOT DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION) - if (DESKTOP_APP_QT6) - qt6_generate_wayland_protocol_client_sources(Telegram - FILES - ${third_party_loc}/plasma-wayland-protocols/src/protocols/plasma-shell.xml - ) - else() - message(FATAL_ERROR "This piece of cmake code is not ported to Qt 5") - endif() + qt_generate_wayland_protocol_client_sources(Telegram + FILES + ${third_party_loc}/plasma-wayland-protocols/src/protocols/plasma-shell.xml + ) target_link_libraries(Telegram PRIVATE diff --git a/Telegram/lib_base b/Telegram/lib_base index ef8dfc211c..37fab6b4da 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit ef8dfc211c2d0f999ceb38d85ac6c39222b142c0 +Subproject commit 37fab6b4da32c91bc5d049baad2e9ad51cfcd195 diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 16708fd4f4..6732aa70e9 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 16708fd4f42c38ff43ddd2a82a638bd5b7cd2be8 +Subproject commit 6732aa70e94202f0d7f135e45a89ba65e6c5c287 diff --git a/Telegram/lib_waylandshells b/Telegram/lib_waylandshells index 177e4ef19c..271290b93c 160000 --- a/Telegram/lib_waylandshells +++ b/Telegram/lib_waylandshells @@ -1 +1 @@ -Subproject commit 177e4ef19c4480db4cff480cba0a536d7556e17f +Subproject commit 271290b93c65b6fb634cb9c69bff97f51b74f3a7 diff --git a/cmake b/cmake index 76459183d9..9615515b06 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 76459183d9560817f2a562d61ef57754505f8205 +Subproject commit 9615515b069a1d3174fc45f9de69a23b616b80b3