mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
20 lines
490 B
Text
20 lines
490 B
Text
![]() |
|
||
|
########### next target ###############
|
||
|
|
||
|
set(kio_zeroconf_PART_SRCS dnssd.cpp )
|
||
|
|
||
|
|
||
|
kde4_add_plugin(kio_zeroconf ${kio_zeroconf_PART_SRCS})
|
||
|
|
||
|
|
||
|
target_link_libraries(kio_zeroconf ${KDE4_KIO_LIBS} ${KDE4_KDNSSD_LIBS} )
|
||
|
|
||
|
install(TARGETS kio_zeroconf DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
||
|
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install( FILES zeroconf.protocol DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|
||
|
install( FILES zeroconf.desktop DESTINATION ${KDE4_DATA_INSTALL_DIR}/remoteview)
|
||
|
|