diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-09-24 19:11:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-09-24 19:11:22 +0200 |
commit | f35c69f9b6fa6cd6ab93926a596aecca73b70413 (patch) | |
tree | ff34b77d211e39ceda7a4fe9d9fc1657b1fd96de /kate/filetemplates/plugin/CMakeLists.txt | |
parent | c23373f41f23607827bca0cbff6a53a71975cd77 (diff) | |
download | tdeaddons-f35c69f9b6fa6cd6ab93926a596aecca73b70413.tar.gz tdeaddons-f35c69f9b6fa6cd6ab93926a596aecca73b70413.zip |
Fix remaining renaming knewstuff
Diffstat (limited to 'kate/filetemplates/plugin/CMakeLists.txt')
-rw-r--r-- | kate/filetemplates/plugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/filetemplates/plugin/CMakeLists.txt b/kate/filetemplates/plugin/CMakeLists.txt index 9a49d3d..9436477 100644 --- a/kate/filetemplates/plugin/CMakeLists.txt +++ b/kate/filetemplates/plugin/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( tde_add_kpart( katefiletemplates AUTOMOC SOURCES filetemplates.cpp - LINK kateinterfaces-shared knewstuff-shared katepartinterfaces-shared + LINK kateinterfaces-shared tdenewstuff-shared katepartinterfaces-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |