
include_directories( ${CMAKE_SOURCE_DIR}/noatun/library  )


########### next target ###############

set(noatun_htmlexport_PART_SRCS htmlexport.cpp )


kde4_add_plugin(noatun_htmlexport ${noatun_htmlexport_PART_SRCS})



target_link_libraries(noatun_htmlexport  ${KDE4_KDECORE_LIBS} noatun qtmcop kmedia2_idl soundserver_idl )

install(TARGETS noatun_htmlexport  DESTINATION ${PLUGIN_INSTALL_DIR} )


########### install files ###############

install( FILES htmlexport.plugin  DESTINATION  ${DATA_INSTALL_DIR}/noatun )




