set(notificationhelperconfig_SRCS
    notificationhelperconfigmodule.cpp
)

# KI18N Translation Domain for this library
add_definitions(-DTRANSLATION_DOMAIN=\"kcm_notificationhelper\")

add_library(kcm_notificationhelper MODULE ${notificationhelperconfig_SRCS})

target_link_libraries(kcm_notificationhelper
    Qt6::DBus
    KF6::ConfigCore
    KF6::CoreAddons
    KF6::I18n
    KF6::KCMUtils)

install(TARGETS kcm_notificationhelper DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/kcms/systemsettings_qwidgets)

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

