You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.4 KiB
43 lines
1.4 KiB
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.notifications\") |
|
|
|
set(notificationapplet_SRCS |
|
notificationapplet.cpp |
|
draghelper.cpp |
|
fileinfo.cpp |
|
filemenu.cpp |
|
globalshortcuts.cpp |
|
jobaggregator.cpp |
|
texteditclickhandler.cpp |
|
thumbnailer.cpp |
|
notificationapplet.h |
|
draghelper.h |
|
fileinfo.h |
|
filemenu.h |
|
globalshortcuts.h |
|
jobaggregator.h |
|
texteditclickhandler.h |
|
thumbnailer.h |
|
) |
|
|
|
kcoreaddons_add_plugin(org.kde.plasma.notifications SOURCES ${notificationapplet_SRCS} INSTALL_NAMESPACE "plasma/applets") |
|
|
|
target_link_libraries(org.kde.plasma.notifications |
|
Qt::Gui |
|
Qt::Quick # for QQmlParserStatus |
|
KF5::ConfigWidgets # for KStandardAction |
|
KF5::I18n |
|
KF5::Plasma |
|
KF5::PlasmaQuick |
|
KF5::GlobalAccel |
|
KF5::KIOGui |
|
KF5::KIOWidgets # for PreviewJob |
|
KF5::Notifications # for KNotificationJobUiDelegate |
|
PW::LibNotificationManager |
|
) |
|
|
|
ecm_qt_declare_logging_category(org.kde.plasma.notifications |
|
HEADER notifications_debug.h |
|
IDENTIFIER PLASMA_APPLET_NOTIFICATIONS_DEBUG |
|
CATEGORY_NAME org.kde.plasma.notifications) |
|
|
|
plasma_install_package(package org.kde.plasma.notifications)
|
|
|