From c421d4047befeac28cf8710f53ef4dadc489294d Mon Sep 17 00:00:00 2001 From: Christopher Hock Date: Thu, 16 Sep 2021 15:48:30 +0200 Subject: [PATCH] Add arrow-down icon to imported icons list in CMakeLists.txt --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7840e8099..b88b757e5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -70,6 +70,7 @@ endif() if(ANDROID) target_link_libraries(neochat PRIVATE Qt5::Svg OpenSSL::SSL) kirigami_package_breeze_icons(ICONS + "arrow-down" "help-about" "im-user" "im-invisible-user"