kde-workspace/kioslave/CMakeLists.txt
Ivailo Monev 3b2b21d1f7 kioslave: remove redundant desktop KIO slave
now the home, trash and .directory files will be copied when the desktop
is started (by kcminit) rather than when desktop:/ is accessed for the
first time, no functional change besides improvement including less
.protocol files to parse and one less KIO slave to maintain

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-22 02:14:30 +03:00

15 lines
284 B
CMake

add_subdirectory(floppy)
add_subdirectory(network)
add_subdirectory(remote)
add_subdirectory(thumbnail)
add_subdirectory(trash)
if(LIBSSH_FOUND)
add_subdirectory(sftp)
endif()
if(MTP_FOUND)
add_subdirectory(mtp)
endif()
if(GPHOTO2_FOUND)
add_subdirectory(camera)
endif()