dolphin/kfind/CMakeLists.txt

21 lines
533 B
CMake
Raw Normal View History

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( PROGRAMS kfind.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
kde4_install_icons( ${ICON_INSTALL_DIR} )