diff options
Diffstat (limited to 'languages/pascal/compiler/fpcoptions/CMakeLists.txt')
-rw-r--r-- | languages/pascal/compiler/fpcoptions/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/pascal/compiler/fpcoptions/CMakeLists.txt b/languages/pascal/compiler/fpcoptions/CMakeLists.txt index 12c9ef89..7d9a010f 100644 --- a/languages/pascal/compiler/fpcoptions/CMakeLists.txt +++ b/languages/pascal/compiler/fpcoptions/CMakeLists.txt @@ -25,13 +25,13 @@ link_directories( ##### other data ################################ -install( FILES kdevfpcoptions.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +install( FILES tdevfpcoptions.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -##### libkdevfpcoptions (module) ################ +##### libtdevfpcoptions (module) ################ -tde_add_kpart( libkdevfpcoptions AUTOMOC +tde_add_kpart( libtdevfpcoptions AUTOMOC SOURCES fpcoptionsplugin.cpp optiontabs.cpp - LINK kdevwidgets-shared kdevextras-shared + LINK tdevwidgets-shared tdevextras-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |