blob: c79bedc873d665bbd77796e52fae329069415e5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#################################################
#
# (C) 2011 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
emoticons.xml
angel.png angry.png confused.png cry.png
devil.png embarrassed.png omg.png sad.png
shade.png smile.png teeth.png tongue.png
ugly.png wink.png
DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess-Cartoon )
|