diff options
Diffstat (limited to 'src/icons/CMakeLists.txt')
-rw-r--r-- | src/icons/CMakeLists.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/icons/CMakeLists.txt b/src/icons/CMakeLists.txt index e70476e..9c5d529 100644 --- a/src/icons/CMakeLists.txt +++ b/src/icons/CMakeLists.txt @@ -1,2 +1,12 @@ -KDESVN_INSTALL_ICONS(hicolor) +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tdesvn/icons ) |