mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
e20d9e42ae
(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
20 lines
530 B
CMake
20 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} )
|