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.
16 lines
500 B
16 lines
500 B
project(plasma-containmentactions-paste) |
|
|
|
set(paste_SRCS |
|
paste.cpp |
|
) |
|
|
|
add_library(plasma_containmentactions_paste MODULE ${paste_SRCS}) |
|
target_link_libraries(plasma_containmentactions_paste |
|
KF5::Plasma |
|
KF5::KIOCore |
|
) |
|
|
|
kservice_desktop_to_json(plasma_containmentactions_paste plasma-containmentactions-paste.desktop) |
|
|
|
install(TARGETS plasma_containmentactions_paste DESTINATION ${PLUGIN_INSTALL_DIR}) |
|
install(FILES plasma-containmentactions-paste.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|