diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-31 08:21:08 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-31 08:21:08 +0000 |
commit | 2739e7f4a6ea275548da16b430cb72dc3ef5f1f4 (patch) | |
tree | 143d153993775a803b8e6f478c38e94ce78600f6 | |
parent | 5754b783c31139d7b7e5e1c45ae82d6d490128ee (diff) | |
download | tdepim-2739e7f4a6ea275548da16b430cb72dc3ef5f1f4.tar.gz tdepim-2739e7f4a6ea275548da16b430cb72dc3ef5f1f4.zip |
[kdepim/libkcal] fixed htmlexportsettings.h installing
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226622 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | libkcal/CMakeLists.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libkcal/CMakeLists.txt b/libkcal/CMakeLists.txt index d4ee0edbc..0a5a3fe1a 100644 --- a/libkcal/CMakeLists.txt +++ b/libkcal/CMakeLists.txt @@ -41,14 +41,14 @@ 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 + exceptions.h filestorage.h freebusy.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 ${CMAKE_CURRENT_BINARY_DIR}/htmlexportsettings.h DESTINATION ${INCLUDE_INSTALL_DIR}/libkcal ) |