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.
9 lines
339 B
9 lines
339 B
kcoreaddons_add_plugin(plasma_containmentactions_paste SOURCES paste.cpp INSTALL_NAMESPACE "plasma/containmentactions") |
|
target_link_libraries(plasma_containmentactions_paste |
|
Qt::Gui |
|
Qt::Widgets |
|
KF5::Plasma |
|
KF5::KIOCore |
|
) |
|
|
|
kcoreaddons_desktop_to_json(plasma_containmentactions_paste plasma-containmentactions-paste.desktop)
|
|
|