diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 20:40:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 20:40:48 -0500 |
commit | b99d4323ddffa1b9edcb8bab724a73729b79d883 (patch) | |
tree | 25e71421950bd5248040dc2836064215d65571e0 /kgantt | |
parent | 1fb1c93e1479b17b781c826512932598cb88d407 (diff) | |
download | tdepim-b99d4323ddffa1b9edcb8bab724a73729b79d883.tar.gz tdepim-b99d4323ddffa1b9edcb8bab724a73729b79d883.zip |
Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}.
Installing header files to ${INCLUDE_INSTALL_DIR}/tde
added another subdirectory layer that caused build failures
in certain apps such as kipi-plugins.
This partially resolves bug report 600.
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 8f965df78..243585a4e 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}/tde/kgantt ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kgantt ) ##### kgantt (shared) ########################### |