mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
18 lines
286 B
CMake
18 lines
286 B
CMake
|
|
########### install files ###############
|
|
|
|
install( FILES
|
|
mail.png
|
|
greyball.png
|
|
ignore.png
|
|
newsubs.png
|
|
eyes.png
|
|
greyballchk.png
|
|
snderr.png
|
|
group.png
|
|
posting.png
|
|
article.png
|
|
DESTINATION ${DATA_INSTALL_DIR}/knode/pics
|
|
)
|
|
kde4_install_icons( ${DATA_INSTALL_DIR}/knode/icons )
|
|
|