diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index f631e837b..cf2055b31 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -1566,8 +1566,6 @@ PRIVATE ui/item_text_options.cpp ui/item_text_options.h ui/resize_area.h - ui/search_field_controller.cpp - ui/search_field_controller.h ui/unread_badge.cpp ui/unread_badge.h window/main_window.cpp diff --git a/Telegram/cmake/td_ui.cmake b/Telegram/cmake/td_ui.cmake index 5b281f1cf..e9e683250 100644 --- a/Telegram/cmake/td_ui.cmake +++ b/Telegram/cmake/td_ui.cmake @@ -415,6 +415,8 @@ PRIVATE ui/effects/snowflakes.h ui/effects/toggle_arrow.cpp ui/effects/toggle_arrow.h + ui/search_field_controller.cpp + ui/search_field_controller.h ui/text/format_song_name.cpp ui/text/format_song_name.h ui/text/format_values.cpp