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.
7 lines
365 B
7 lines
365 B
add_definitions(-DTRANSLATION_DOMAIN="plasma_runner_appstream") |
|
|
|
add_library(appstreamrunner MODULE appstreamrunner.cpp) |
|
target_link_libraries(appstreamrunner PUBLIC KF5::Runner KF5::I18n KF5::Service AppStreamQt) |
|
|
|
install(TARGETS appstreamrunner DESTINATION ${PLUGIN_INSTALL_DIR}) |
|
install(FILES plasma-runner-appstream.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|