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.
17 lines
448 B
17 lines
448 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_locations\") |
|
|
|
set(krunner_locations_SRCS |
|
locationrunner.cpp |
|
) |
|
|
|
add_library(krunner_locations MODULE ${krunner_locations_SRCS}) |
|
target_link_libraries(krunner_locations |
|
KF5::KIOCore |
|
KF5::KIOWidgets |
|
KF5::I18n |
|
KF5::Runner |
|
) |
|
|
|
install(TARGETS krunner_locations DESTINATION ${PLUGIN_INSTALL_DIR} ) |
|
|
|
install(FILES plasma-runner-locations.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|