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