Warning, /network/kio-zeroconf/kioworker/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"kio5_zeroconf\")
0002 
0003 add_library(kio_zeroconf MODULE)
0004 set_target_properties(kio_zeroconf PROPERTIES
0005     OUTPUT_NAME "zeroconf"
0006 )
0007 
0008 target_sources(kio_zeroconf PRIVATE
0009     dnssd.cpp
0010 )
0011 
0012 target_link_libraries(kio_zeroconf PRIVATE
0013     KF${KF_MAJOR_VERSION}::DNSSD
0014     KF${KF_MAJOR_VERSION}::I18n
0015     KF${KF_MAJOR_VERSION}::KIOCore
0016 )
0017 
0018 install(TARGETS kio_zeroconf
0019         DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kio)
0020 
0021 install(FILES zeroconf.desktop
0022         DESTINATION ${KDE_INSTALL_DATADIR}/remoteview)