summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-02 01:37:33 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-02 01:37:33 +0000
commit8f400d7abbe6b20e06fe0d7448cf099c5160a085 (patch)
tree06e468c154f75d73968651118b784780cdcb8a77
parentb7353025c202559ec3a27a9cc09b2017f3e13ec2 (diff)
downloadtdepim-8f400d7abbe6b20e06fe0d7448cf099c5160a085.tar.gz
tdepim-8f400d7abbe6b20e06fe0d7448cf099c5160a085.zip
Fix kdepim kgantt include install directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226744 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kgantt/kgantt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgantt/kgantt/CMakeLists.txt b/kgantt/kgantt/CMakeLists.txt
index 371a9fe0..48e1a36b 100644
--- a/kgantt/kgantt/CMakeLists.txt
+++ b/kgantt/kgantt/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
install( FILES
KGantt.h KGanttItem.h KGanttRelation.h xQGanttBarView.h xQGanttBarViewPort.h
xQGanttListView.h xQGanttListViewPort.h KGanttBarConfig.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kgantt )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kgantt )
##### kgantt (shared) ###########################