diff options
Diffstat (limited to 'kopete/plugins/statistics/images')
-rw-r--r-- | kopete/plugins/statistics/images/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kopete/plugins/statistics/images/CMakeLists.txt b/kopete/plugins/statistics/images/CMakeLists.txt new file mode 100644 index 00000000..e411a9af --- /dev/null +++ b/kopete/plugins/statistics/images/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (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 + blue.png navy.png black.png gray.png + DESTINATION ${DATA_INSTALL_DIR}/kopete/pics/statistics ) |