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
481 B

set(notificationsapplet_SRCS
notificationsapplet.cpp
)
add_library(plasma_applet_notifications MODULE ${notificationsapplet_SRCS})
kcoreaddons_desktop_to_json(plasma_applet_notifications ../package/metadata.desktop)
target_link_libraries(plasma_applet_notifications
KF5::WindowSystem
KF5::Plasma
KF5::ConfigCore)
install(TARGETS plasma_applet_notifications DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets)