mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
11 lines
334 B
CMake
11 lines
334 B
CMake
########### kfile4 ###############
|
|
# Named this way to fix conflict with kdelibs3.
|
|
# Distros can add a kfile symlink if kdelibs3 isn't installed.
|
|
|
|
set(kfile_SRCS fileprops.cpp )
|
|
|
|
kde4_add_executable(kfile4 NOGUI ${kfile_SRCS})
|
|
|
|
target_link_libraries(kfile4 ${KDE4_KIO_LIBS} )
|
|
|
|
install(TARGETS kfile4 ${INSTALL_TARGETS_DEFAULT_ARGS} )
|