diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-02 01:37:33 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-02 01:37:33 +0000 |
commit | 8f400d7abbe6b20e06fe0d7448cf099c5160a085 (patch) | |
tree | 06e468c154f75d73968651118b784780cdcb8a77 /kgantt | |
parent | b7353025c202559ec3a27a9cc09b2017f3e13ec2 (diff) | |
download | tdepim-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
Diffstat (limited to 'kgantt')
-rw-r--r-- | kgantt/kgantt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgantt/kgantt/CMakeLists.txt b/kgantt/kgantt/CMakeLists.txt index 371a9fe02..48e1a36b5 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) ########################### |