diff options
Diffstat (limited to 'parts/documentation/plugins/chm/CMakeLists.txt')
-rw-r--r-- | parts/documentation/plugins/chm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/plugins/chm/CMakeLists.txt b/parts/documentation/plugins/chm/CMakeLists.txt index d0f18aea..ebf52b0e 100644 --- a/parts/documentation/plugins/chm/CMakeLists.txt +++ b/parts/documentation/plugins/chm/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docchmplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocchmplugin AUTOMOC SOURCES docchmplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |