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 ${KDE_INSTALL_DATADIR}/calligrastage/pics)
0006
0007 install( FILES
0008 pen.png
0009 DESTINATION ${KDE_INSTALL_DATADIR}/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 ${KDE_INSTALL_DATADIR}/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 ${KDE_INSTALL_ICONDIR}
0033 THEME hicolor
0034 )