summaryrefslogtreecommitdiffstats
path: root/kmail/pics
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-05 23:54:57 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-05 23:54:57 +0000
commitb67ece773ccb72aafa48a4117a9aae82531e3aaf (patch)
tree9dd91fcd5599ae865bea43313ed7068eb4ec0177 /kmail/pics
parenta21c1c9b1dca09b9ab3a56d60e6f4c7a253689f8 (diff)
downloadtdepim-b67ece773ccb72aafa48a4117a9aae82531e3aaf.tar.gz
tdepim-b67ece773ccb72aafa48a4117a9aae82531e3aaf.zip
[kdepim]: initial cmake support for following subpackages: akregator, certmanager, kaddressbook, kalarm, kioslaves, kmail, ktnef, libemailfunctions, libkcal, libkdenetwork, libkdepim, libkmime, libkpgp, libkpimidentities, libksieve, mimelib
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1223912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/pics')
-rw-r--r--kmail/pics/CMakeLists.txt30
-rw-r--r--kmail/pics/icons/CMakeLists.txt12
2 files changed, 42 insertions, 0 deletions
diff --git a/kmail/pics/CMakeLists.txt b/kmail/pics/CMakeLists.txt
new file mode 100644
index 00000000..ea728f8b
--- /dev/null
+++ b/kmail/pics/CMakeLists.txt
@@ -0,0 +1,30 @@
+#################################################
+#
+# (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( icons )
+
+install( FILES
+ kmmsgdel.png kmmsgnew.png kmmsgunseen.png kmmsgread.png
+ kmmsgreplied.png kmmsgforwarded.png kmmsgqueued.png
+ kmmsgflag.png kmmsgsent.png kmmsgwatched.png kmmsgignored.png
+ kmmsgtodo.png kmmsgread_fwd.png kmmsgread_replied.png
+ kmmsgread_fwd_replied.png pgp-keys.png kmmsgpartiallyencrypted.png
+ kmmsgpartiallysigned.png kmmsgfullyencrypted.png kmmsgfullysigned.png
+ kmmsgundefinedencrypted.png kmmsgundefinedsigned.png kmmsgspam.png
+ kmmsgham.png kmmsgattachment.png kmmsginvitation.png kmwizard.png
+ quotecollapse.png quoteexpand.png enterprise_bottom_left.png
+ enterprise_bottom.png enterprise_bottom_right.png enterprise_icon.png
+ enterprise_left.png enterprise_right.png enterprise_s_left.png
+ enterprise_sbar.png enterprise_s_right.png enterprise_sp_right.png
+ enterprise_top_left.png enterprise_top.png enterprise_top_right.png
+ enterprise_sw.png enterprise_w.png attachmentQuicklistClosed.png
+ attachmentQuicklistOpened.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmail/pics )
diff --git a/kmail/pics/icons/CMakeLists.txt b/kmail/pics/icons/CMakeLists.txt
new file mode 100644
index 00000000..665f509c
--- /dev/null
+++ b/kmail/pics/icons/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kmail/icons )