Dummy implementation in RemoteView for scaleResize, so there will be no 'slot not...
[kdenetwork.git] / kdnssd / ioslave / CMakeLists.txt
blob40c2d671519c5bcfb20f4e6e7cb143e41a39100e
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)