set(messageviewer_pepplugin_SRCS
|
|
viewerpluginpep.cpp
|
|
viewerpluginpepinterface.cpp
|
|
pepjob.cpp
|
|
)
|
|
|
|
ecm_qt_declare_logging_category(messageviewer_pepplugin_SRCS HEADER pepplugin_debug.h IDENTIFIER CREATENOTEPLUGIN_LOG CATEGORY_NAME org.kde.pim.pepplugin
|
|
DESCRIPTION "kdepim-addons (the p≡p plugin)"
|
|
OLD_CATEGORY_NAMES log_pepplugin
|
|
EXPORT KDEPIMADDONS
|
|
)
|
|
|
|
kcoreaddons_add_plugin(messageviewer_pepplugin JSON messageviewer_pepplugin.json SOURCES
|
|
${messageviewer_pepplugin_SRCS} INSTALL_NAMESPACE messageviewer/viewerplugin
|
|
)
|
|
|
|
target_link_libraries(messageviewer_pepplugin
|
|
KF5::MessageViewer
|
|
KF5::XmlGui
|
|
KF5::CalendarCore
|
|
KF5::AkonadiNotes
|
|
KF5::IncidenceEditor
|
|
KF5::AkonadiWidgets
|
|
KF5::KontactInterface
|
|
)
|
|
|