blob: d73cdf454d023ec36aad76e580e2f69d3fea5ab8 (
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
# [email protected]
#
# 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}/tdeiconedit/pics
)
|