diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-02 14:38:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-02 14:38:45 -0600 |
commit | 13c6f00d72f86504d3aa34e33d8e90b7dd49e46b (patch) | |
tree | 4c74ed3bd355d2c59edf51f1a3f5d81e189795dd /IconThemes | |
parent | 25a362be9806cbfc0b88b9c16aeae59a7517e82b (diff) | |
download | tdeartwork-13c6f00d72f86504d3aa34e33d8e90b7dd49e46b.tar.gz tdeartwork-13c6f00d72f86504d3aa34e33d8e90b7dd49e46b.zip |
Fix category icons not installing
Diffstat (limited to 'IconThemes')
-rw-r--r-- | IconThemes/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/IconThemes/CMakeLists.txt b/IconThemes/CMakeLists.txt index dc4ec482..71da83f1 100644 --- a/IconThemes/CMakeLists.txt +++ b/IconThemes/CMakeLists.txt @@ -1,5 +1,7 @@ ################################################# # +# (C) 2015 Timothy Pearson +# kb9vqf@pearsoncomputing.net # (C) 2011 Golubev Alexander # fatzer2 (AT) gmail.com # @@ -10,7 +12,7 @@ ################################################# set(ICON_THEMES locolor ikons kdeclassic slick kids ) -set(ICON_TYPES actions apps devices places mimetypes) +set(ICON_TYPES actions apps categories devices places mimetypes) set(ICON_SIZES 16x16 22x22 32x32 48x48 64x64 128x128 scalable) set(ICON_SUFFIXES png mng svg svgz) |