Warning, /office/calligra/stage/pics/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_subdirectory( animations ) 0002 0003 install( FILES 0004 layout-elements.svg 0005 DESTINATION ${DATA_INSTALL_DIR}/calligrastage/pics) 0006 0007 install( FILES 0008 pen.png 0009 DESTINATION ${DATA_INSTALL_DIR}/calligrastage/cursors 0010 ) 0011 0012 ecm_install_icons( ICONS 0013 16-actions-pause-to-black-screen.png 0014 16-actions-highlight-pointer-spot.png 0015 0016 DESTINATION ${DATA_INSTALL_DIR}/calligrastage/icons 0017 THEME hicolor 0018 ) 0019 0020 ecm_install_icons( ICONS 0021 16-apps-calligrastage.png 0022 22-apps-calligrastage.png 0023 32-apps-calligrastage.png 0024 48-apps-calligrastage.png 0025 64-apps-calligrastage.png 0026 128-apps-calligrastage.png 0027 256-apps-calligrastage.png 0028 512-apps-calligrastage.png 0029 1024-apps-calligrastage.png 0030 sc-apps-calligrastage.svgz 0031 0032 DESTINATION ${ICON_INSTALL_DIR} 0033 THEME hicolor 0034 )