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.
19 lines
823 B
19 lines
823 B
set(notificationshelper_SRCS |
|
notificationshelper.cpp |
|
notificationshelperplugin.cpp |
|
thumbnailer.cpp |
|
draghelper.cpp |
|
) |
|
|
|
add_library(notificationshelperplugin SHARED ${notificationshelper_SRCS}) |
|
target_link_libraries(notificationshelperplugin Qt5::Core |
|
Qt5::Gui |
|
Qt5::Qml |
|
Qt5::Quick |
|
KF5::KIOWidgets |
|
KF5::I18n |
|
) |
|
|
|
install(TARGETS notificationshelperplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/notifications) |
|
|
|
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/notifications)
|
|
|