summaryrefslogtreecommitdiffstats
path: root/korganizer
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-30 18:07:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-30 18:07:06 +0000
commit59c4cfa4d07c3bac5c1eeb06c396f8dfce177043 (patch)
tree586a690f2d2bfd192a5b4657ce382a2172aa4bee /korganizer
parentb2b05ec700ecd0451e8cc4c3feda98d2493426eb (diff)
downloadtdepim-59c4cfa4d07c3bac5c1eeb06c396f8dfce177043.tar.gz
tdepim-59c4cfa4d07c3bac5c1eeb06c396f8dfce177043.zip
Fix include directory installation locations
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226577 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer')
-rw-r--r--korganizer/interfaces/calendar/CMakeLists.txt2
-rw-r--r--korganizer/interfaces/korganizer/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt
index fe5296fe..572ca92b 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 6b5a45f2..1db81d87 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