blob: d14ee74196f0c1f0fdf919d52508b8c8844e64c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
delete.png empty1x16.png java.png mini-book1.png
mini-book2.png mini-modules.png tag_br_small.png
tag_font_small.png tag_hr_small.png
empty16x16.png debug_breakpoint.png
debug_connect.png debug_disconnect.png
debug_kill.png debug_pause.png
debug_currentline.png
DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbar )
|