From abe7d7082205bafff123971aa3c1f37ee9a31087 Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 14 Mar 2023 15:55:31 +0000 Subject: [PATCH] Add home and coloured notifications icons --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 719505e98..6918a9a70 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -175,6 +175,8 @@ if(ANDROID) "window-new" "globe" "visibility" + "home" + "preferences-desktop-notification" ) else() target_link_libraries(neochat PUBLIC Qt::Widgets KF${QT_MAJOR_VERSION}::KIOWidgets)