blob: 10c298368fdaca23103cb35ee6a53e0abf194e2a (
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.kde/32x32/devices )
|