diff options
Diffstat (limited to 'parts/filecreate/CMakeLists.txt')
-rw-r--r-- | parts/filecreate/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/filecreate/CMakeLists.txt b/parts/filecreate/CMakeLists.txt index a562f8e1..5655e7b9 100644 --- a/parts/filecreate/CMakeLists.txt +++ b/parts/filecreate/CMakeLists.txt @@ -31,13 +31,13 @@ link_directories( ##### other data ################################ -install( FILES kdevfilecreate.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES kdevpart_filecreate.rc template-info.xml DESTINATION ${DATA_INSTALL_DIR}/kdevfilecreate ) +install( FILES tdevfilecreate.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +install( FILES tdevpart_filecreate.rc template-info.xml DESTINATION ${DATA_INSTALL_DIR}/tdevfilecreate ) -##### libkdevfilecreate (module) ################ +##### libtdevfilecreate (module) ################ -tde_add_kpart( libkdevfilecreate AUTOMOC +tde_add_kpart( libtdevfilecreate AUTOMOC SOURCES filecreate_part.cpp filecreate_listitem.cpp filecreate_filetype.cpp filecreate_filedialog.cpp |