blob: 2126a8225a5f31cb072eca7b67e6cd623eca8468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#################################################
#
# (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
mobile_phone.png mobile_organizer.png mobile_camera.png
mobile_musicplayer.png mobile_unknown.png
DESTINATION ${ICON_INSTALL_DIR}/default.tde/32x32/devices )
|