set(kio_bluetooth_PART_SRCS
   kiobluetooth.cpp)

kde4_add_plugin(kio_bluetooth ${kio_bluetooth_PART_SRCS})

target_link_libraries(kio_bluetooth
  ${KDE4_KDECORE_LIBS}
  ${KDE4_KIO_LIBRARY}
  ${KDE4_KDEUI_LIBS}
  ${LibBlueDevil_LIBRARIES}
)

########### install files ###############
install(TARGETS kio_bluetooth DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES bluetooth.protocol DESTINATION ${SERVICES_INSTALL_DIR})
