Install scaleable application icons into XDG directory.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8d394eaea3)
r14.0.x
Slávek Banko 3 years ago
parent f7618c625c
commit 7750592356
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -13,6 +13,15 @@
##### install application icon ##################
tde_install_icons( )
install(
FILES tellico.svg
DESTINATION ${ICON_INSTALL_DIR}/hicolor/scalable/apps
)
install(
FILES tellico_mime.svg
DESTINATION ${ICON_INSTALL_DIR}/hicolor/scalable/mimetypes
RENAME application-x-tellico.svg
)
##### other data ################################
install(

Loading…
Cancel
Save