diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ebb1d6..e2a1ab8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,7 +31,7 @@ install( FILES rlocate.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) install( FILES locate.desktop DESTINATION ${SERVICES_INSTALL_DIR}/searchproviders ) -##### kbzip2filter ############################## +##### kio_locate ############################## set( target kio_locate ) @@ -44,4 +44,4 @@ tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kio-shared DESTINATION ${PLUGIN_INSTALL_DIR} -)
\ No newline at end of file +) |