diff options
Diffstat (limited to 'parts/documentation/interfaces/CMakeLists.txt')
-rw-r--r-- | parts/documentation/interfaces/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/interfaces/CMakeLists.txt b/parts/documentation/interfaces/CMakeLists.txt index 8550a5cf..2809877a 100644 --- a/parts/documentation/interfaces/CMakeLists.txt +++ b/parts/documentation/interfaces/CMakeLists.txt @@ -24,13 +24,13 @@ link_directories( install( FILES kdevdocumentationplugin.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/parts/documentation ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/parts/documentation ) ##### other data ################################ install( FILES - kdevelopdocumentationplugins.desktop + tdevelopdocumentationplugins.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) |