blob: cd98469fae2a529960260fb2122d916971f209e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#################################################
#
# (C) 2011 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
background.png
help.png help_glow.png
close.png close_glow.png
iconify.png iconify_glow.png
maximizeoff.png maximizeoff_glow.png
maximizeon.png maximizeon_glow.png
stickyon.png stickyon_glow.png
stickyoff.png stickyoff_glow.png
glass_huge.theme
DESTINATION ${DATA_INSTALL_DIR}/kwin/glow-themes/glass_huge )
|