Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kfile / CMakeLists.txt
blob4b797f76f31675db498158140f97e3ea0254bc36
1 ########### kfile4 ###############
2 # Named this way to fix conflict with kdelibs3.
3 # Distros can add a kfile symlink if kdelibs3 isn't installed.
5 set(kfile_SRCS fileprops.cpp )
7 kde4_add_executable(kfile4 NOGUI ${kfile_SRCS})
9 target_link_libraries(kfile4 ${KDE4_KIO_LIBS} )
11 install(TARGETS kfile4 DESTINATION ${BIN_INSTALL_DIR} )