From e608e63d1ced083a1e3474e4fdac4cd94feac84a Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 17 Nov 2022 03:16:25 +0100 Subject: [PATCH] Add icon for android --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 997ac06ef..9e4205c97 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -162,6 +162,7 @@ if(ANDROID) "channel-insecure-symbolic" "download" "smiley" + "tools-check-spelling" ) else() target_link_libraries(neochat PUBLIC Qt::Widgets KF5::KIOWidgets)