From 9334585e0fa98f98af9743275fc87e8183177da9 Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 11 Dec 2022 11:31:46 +0000 Subject: [PATCH] Add missing icons to CMakeLists.txt so they are available on mobile --- src/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9e0d4d757..e52cdf621 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -167,7 +167,12 @@ if(ANDROID) "smiley" "tools-check-spelling" "username-copy" - "edit-copy" + "system-switch-user" + "bookmark-new" + "bookmark-remove" + "favorite" + "window-new" + "globe" ) else() target_link_libraries(neochat PUBLIC Qt::Widgets KF5::KIOWidgets)