summaryrefslogtreecommitdiffstats
path: root/kiconedit/pics/toolbar/CMakeLists.txt
blob: 8d44094bba13a92e8b49ab4e3a95491b802a92bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#################################################
#
#  (C) 2010-2011 Calvin Morrison
#  mutantturkey@gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

install( FILES
    fileclose.png circle.png filledcircle.png line.png
    paintbrush-cursor.xpm airbrush-cursor.xpm ellipse.png
    filledellipse.png rectangle.png filledrectangle.png areaselect.png
    selectrect.png selectcircle.png fill-cursor.xpm grid.png pointer.png
    aim.png aim-cursor.xpm window_new.png grayscale.png kdepalette.png
    transform.png eraser-cursor.xpm colorpicker-cursor.xpm
  DESTINATION ${DATA_INSTALL_DIR}/kiconedit/pics
)