
add_subdirectory(pics)

set(noatun_milkchocolate_PART_SRCS userinterface.cpp)

kde4_add_plugin(noatun_milkchocolate ${noatun_milkchocolate_PART_SRCS})

target_link_libraries(noatun_milkchocolate ${KDE4_KDECORE_LIBS} noatun)

# install plugin shared object
install(TARGETS noatun_milkchocolate DESTINATION ${PLUGIN_INSTALL_DIR})

# Install services description
install(FILES noatun_milkchocolate.desktop DESTINATION ${SERVICES_INSTALL_DIR}/noatun)
