diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-18 17:39:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-18 17:39:44 +0900 |
commit | 77b01cbd996e47a2cfa20745dd7956213679986a (patch) | |
tree | d04a18f0362eca8d846d13b539d12ce846b81644 /ksplashml/pics/themes/TDE-Classic/CMakeLists.txt | |
parent | f17faa6673e6497c498180676d73fcd0cbe32172 (diff) | |
download | tdebase-77b01cbd996e47a2cfa20745dd7956213679986a.tar.gz tdebase-77b01cbd996e47a2cfa20745dd7956213679986a.zip |
Copy KSplash Default theme to new TDE-Classic theme. This relates to bug 2013
Diffstat (limited to 'ksplashml/pics/themes/TDE-Classic/CMakeLists.txt')
-rw-r--r-- | ksplashml/pics/themes/TDE-Classic/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt b/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt new file mode 100644 index 000000000..f2ed63cae --- /dev/null +++ b/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( locolor ) + +install( FILES + Theme.rc Preview.png splash_active_bar.png splash_bottom.png + splash_inactive_bar.png splash_top.png + DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/TDE-Classic ) |