diff options
Diffstat (limited to 'korganizer')
-rw-r--r-- | korganizer/interfaces/calendar/CMakeLists.txt | 2 | ||||
-rw-r--r-- | korganizer/interfaces/korganizer/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt index fe5296fed..572ca92ba 100644 --- a/korganizer/interfaces/calendar/CMakeLists.txt +++ b/korganizer/interfaces/calendar/CMakeLists.txt @@ -11,7 +11,7 @@ install( FILES plugin.h calendardecoration.h - DESTINATION ${INCLUDE_INSTALL_DIR}/calendar ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/calendar ) install( FILES calendarplugin.desktop calendardecoration.desktop diff --git a/korganizer/interfaces/korganizer/CMakeLists.txt b/korganizer/interfaces/korganizer/CMakeLists.txt index 6b5a45f27..1db81d876 100644 --- a/korganizer/interfaces/korganizer/CMakeLists.txt +++ b/korganizer/interfaces/korganizer/CMakeLists.txt @@ -11,7 +11,7 @@ install( FILES part.h baseview.h calendarviewbase.h mainwindow.h corehelper.h printplugin.h - DESTINATION ${INCLUDE_INSTALL_DIR}/korganizer ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/korganizer ) install( FILES korganizerpart.desktop korgprintplugin.desktop |