blob: 3603130aadde7e185a77667a1b462093349c9692 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#################################################
#
# (C) 2013 Alexander Golubev (Fat-Zer)
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES use-case-diagram.png umbrello-ui.png association.png class.png
code-import.png folders.png collaboration-diagram.png
generalization.png state-diagram.png aggregation.png class-diagram.png
sequence-diagram.png composition.png activity-diagram.png
generation-options.png
DESTINATION ${HTML_INSTALL_DIR}/sv/umbrello/pics )
|