Add missing icons to CMakeLists.txt so they are available on mobile

This commit is contained in:
James Graham
2022-12-11 11:31:46 +00:00
committed by Tobias Fella
parent 1190511b54
commit 9334585e0f

View File

@@ -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)