diff options
Diffstat (limited to 'kmail/profiles/CMakeLists.txt')
-rw-r--r-- | kmail/profiles/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kmail/profiles/CMakeLists.txt b/kmail/profiles/CMakeLists.txt new file mode 100644 index 000000000..2d2367b0b --- /dev/null +++ b/kmail/profiles/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +set( profiles default html high-contrast purist secure ) + +foreach( profile ${profiles} ) + install( FILES "profile-${profile}-rc.desktop" + DESTINATION ${DATA_INSTALL_DIR}/kmail + RENAME profile-${profile}-rc ) +endforeach( ) |