2 ########### next target ###############
4 set(kio_zeroconf_PART_SRCS dnssd.cpp )
7 kde4_add_plugin(kio_zeroconf ${kio_zeroconf_PART_SRCS})
10 target_link_libraries(kio_zeroconf ${KDE4_KIO_LIBS} ${KDE4_KDNSSD_LIBS} )
12 install(TARGETS kio_zeroconf DESTINATION ${PLUGIN_INSTALL_DIR})
15 ########### install files ###############
17 install( FILES zeroconf.protocol DESTINATION ${SERVICES_INSTALL_DIR})
18 install( FILES zeroconf.desktop DESTINATION ${DATA_INSTALL_DIR}/remoteview)