diff options
Diffstat (limited to 'lib/interfaces/extras/CMakeLists.txt')
-rw-r--r-- | lib/interfaces/extras/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/extras/CMakeLists.txt b/lib/interfaces/extras/CMakeLists.txt index 522a9c10..eb4cdb75 100644 --- a/lib/interfaces/extras/CMakeLists.txt +++ b/lib/interfaces/extras/CMakeLists.txt @@ -23,10 +23,10 @@ link_directories( install( FILES kdevcompileroptions.h kdevvcsintegrator.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extras ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extras ) install( FILES - kdevelopcompileroptions.desktop kdevelopvcsintegrator.desktop + tdevelopcompileroptions.desktop tdevelopvcsintegrator.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) |