2013-06-17 11:23:08 +01:00
|
|
|
set(kded_androidshine_SRCS
|
|
|
|
fakedevicelocator.cpp
|
|
|
|
echodevicelink.cpp
|
|
|
|
udpdevicelink.cpp
|
|
|
|
avahidevicelocator.cpp
|
|
|
|
pausemusicpackagereceiver.cpp
|
|
|
|
notificationpackagereceiver.cpp
|
|
|
|
networkpackage.cpp
|
|
|
|
daemon.cpp
|
|
|
|
devicelink.cpp
|
|
|
|
devicelocator.cpp
|
|
|
|
packagereceiver.cpp
|
2013-06-06 04:57:06 +01:00
|
|
|
)
|
|
|
|
|
2013-06-17 11:23:08 +01:00
|
|
|
kde4_add_plugin(kded_androidshine ${kded_androidshine_SRCS})
|
2013-06-06 04:57:06 +01:00
|
|
|
|
|
|
|
target_link_libraries(kded_androidshine
|
|
|
|
${KDE4_KDECORE_LIBS}
|
|
|
|
${KDE4_KDEUI_LIBS}
|
2013-06-17 11:23:08 +01:00
|
|
|
kdnssd
|
2013-06-06 04:57:06 +01:00
|
|
|
${QT_QTNETWORK_LIBRARY}
|
|
|
|
)
|
|
|
|
|
|
|
|
install(TARGETS kded_androidshine DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES androidshine.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded)
|
2013-06-17 11:23:08 +01:00
|
|
|
install(FILES androidshine.notifyrc DESTINATION ${DATA_INSTALL_DIR}/androidshine)
|