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
375 B
16 lines
375 B
set(krunner_services_SRCS |
|
servicerunner.cpp |
|
) |
|
|
|
add_library(krunner_services MODULE ${krunner_services_SRCS}) |
|
target_link_libraries(krunner_services |
|
KF5::KIOWidgets |
|
KF5::I18n |
|
KF5::Runner |
|
KF5::Service |
|
) |
|
|
|
install(TARGETS krunner_services DESTINATION ${PLUGIN_INSTALL_DIR} ) |
|
|
|
install(FILES plasma-runner-services.desktop DESTINATION ${SERVICES_INSTALL_DIR}) |
|
|
|
|