better text for the button. thanks celeste
[kdebase.git] / runtime / kfile / CMakeLists.txt
blob79fcf80f27443a0cbf82ca17bd5c6b33dbc1f731
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 ${INSTALL_TARGETS_DEFAULT_ARGS} )