Warning, /frameworks/kio/src/kioworkers/remote/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_subdirectory( kdedmodule ) 
0002 kcoreaddons_add_plugin(kio_remote
0003     INSTALL_NAMESPACE kf6/kio
0004 )
0005 
0006 target_sources(kio_remote PRIVATE
0007     kio_remote.cpp
0008     remoteimpl.cpp
0009 )
0010 
0011 ecm_qt_declare_logging_category(kio_remote
0012     HEADER debug.h
0013     IDENTIFIER KIOREMOTE_LOG
0014     CATEGORY_NAME kf.kio.workers.remote
0015     OLD_CATEGORY_NAMES kf5.kio.kio_remote kf.kio.slaves.remote
0016     DEFAULT_SEVERITY Info
0017     DESCRIPTION "kio_remote (KIO)"
0018     EXPORT KIO
0019 )
0020 
0021 target_link_libraries(kio_remote KF6::KIOCore KF6::I18n KF6::ConfigCore Qt6::Network)