set(notificationhelperconfig_SRCS
    notificationhelperconfigmodule.cpp
)

kde4_add_plugin(kcm_notificationhelper ${notificationhelperconfig_SRCS})

target_link_libraries(kcm_notificationhelper ${KDE4_KDEUI_LIBRARY})

install(TARGETS kcm_notificationhelper DESTINATION ${PLUGIN_INSTALL_DIR})

install(FILES kcm_notificationhelper.desktop  DESTINATION  ${SERVICES_INSTALL_DIR})
