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.
18 lines
421 B
18 lines
421 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_locations\") |
|
|
|
set(krunner_locations_SRCS |
|
locationrunner.cpp |
|
) |
|
|
|
kcoreaddons_add_plugin(locations SOURCES ${krunner_locations_SRCS} INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/krunner") |
|
target_link_libraries(locations |
|
KF5::KIOCore |
|
KF5::KIOWidgets |
|
KF5::I18n |
|
KF5::Runner |
|
KF5::Notifications |
|
) |
|
|
|
if(BUILD_TESTING) |
|
add_subdirectory(autotests) |
|
endif()
|
|
|