dolphin/kfind/CMakeLists.txt
Darío Andrés Rodríguez e20d9e42ae - Remove KFindPart as it is unused since KDE SC 4.0
(the Konqueror implementation wasn't ported to KDE SC 4; and nobody is willing to do so yet)
  (also, Nepomuk kioslaves + dolphinpart integration should replace kfindpart soon)
- Cleanup CMakeLists file


svn path=/trunk/KDE/kdebase/apps/; revision=1092460
2010-02-19 00:27:49 +00:00

21 lines
530 B
CMake

set(kfind_SRCS main.cpp
kfinddlg.cpp
kftabdlg.cpp
kquery.cpp
kdatecombo.cpp
kfindtreeview.cpp)
kde4_add_app_icon(kfind_SRCS "hi*-app-kfind.png")
kde4_add_executable(kfind ${kfind_SRCS})
target_link_libraries(kfind konq ${KDE4_KFILE_LIBS})
install(TARGETS kfind ${INSTALL_TARGETS_DEFAULT_ARGS})
########### install files ###############
install( FILES kfind.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
kde4_install_icons( ${ICON_INSTALL_DIR} )