diff options
Diffstat (limited to 'kgamma/kcmkgamma/pics')
-rw-r--r-- | kgamma/kcmkgamma/pics/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kgamma/kcmkgamma/pics/CMakeLists.txt b/kgamma/kcmkgamma/pics/CMakeLists.txt new file mode 100644 index 00000000..6d952a51 --- /dev/null +++ b/kgamma/kcmkgamma/pics/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_install_icons( kgamma ) + +install( FILES + background.png cmyscale.png darkgrey.png greyscale.png + lightgrey.png midgrey.png rgbscale.png + DESTINATION ${DATA_INSTALL_DIR}/kgamma/pics +) |