summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-31 00:52:57 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-31 00:52:57 +0000
commit5754b783c31139d7b7e5e1c45ae82d6d490128ee (patch)
treef5c16387882ffb5deffd35f7ee0b00ac3dc65c04
parent1e80d8f66fc4fe8bd4ce9ff5af07ec2e8214f8c5 (diff)
downloadtdepim-5754b783c31139d7b7e5e1c45ae82d6d490128ee.tar.gz
tdepim-5754b783c31139d7b7e5e1c45ae82d6d490128ee.zip
[kdepim/libkcal] install header files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226603 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--libkcal/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/libkcal/CMakeLists.txt b/libkcal/CMakeLists.txt
index 2a730d11..d4ee0edb 100644
--- a/libkcal/CMakeLists.txt
+++ b/libkcal/CMakeLists.txt
@@ -35,6 +35,23 @@ link_directories(
)
+##### headers ###################################
+
+install( FILES
+ alarm.h attachment.h attendee.h calendar.h calendarlocal.h
+ calendarnull.h calendarresources.h calfilter.h calformat.h
+ calstorage.h customproperties.h dndfactory.h duration.h event.h
+ exceptions.h filestorage.h freebusy.h htmlexportsettings.h
+ htmlexport.h icaldrag.h icalformat.h incidencebase.h incidence.h
+ incidenceformatter.h calhelper.h calselectdialog.h journal.h
+ kcalversion.h listbase.h period.h person.h qtopiaformat.h
+ recurrencerule.h recurrence.h resourcecached.h resourcecalendar.h
+ resourcelocalconfig.h resourcelocaldirconfig.h resourcelocaldir.h
+ resourcelocal.h scheduler.h libkcal_export.h todo.h vcaldrag.h
+ vcalformat.h attachmenthandler.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkcal )
+
+
##### other data ################################
install( FILES local.desktop localdir.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal )