You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
390 B
10 lines
390 B
########### install files ###############
|
|
|
|
set( breeze_icon_dirs actions applets apps categories devices emblems emotes mimetypes places status )
|
|
|
|
set(BREEZE_INSTALL_DIR ${KDE_INSTALL_FULL_ICONDIR}/breeze)
|
|
install( DIRECTORY ${breeze_icon_dirs} DESTINATION ${BREEZE_INSTALL_DIR} )
|
|
install( FILES index.theme DESTINATION ${BREEZE_INSTALL_DIR})
|
|
|
|
gtk_update_icon_cache(${BREEZE_INSTALL_DIR})
|