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.
 
 
 
 
 
 

17 lines
702 B

project(notificationshelper)
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
KF5::WindowSystem)
install(TARGETS notificationshelperplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/private/notifications)
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/private/notifications)