Warning, /plasma/plasma-workspace/runners/locations/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_locations\")
0002 
0003 set(krunner_locations_SRCS
0004     locationrunner.cpp
0005     locationrunner.h
0006 )
0007 
0008 kcoreaddons_add_plugin(locations SOURCES ${krunner_locations_SRCS} INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/krunner")
0009 target_link_libraries(locations
0010     KF5::KIOCore
0011     KF5::KIOWidgets
0012     KF5::I18n
0013     KF5::Runner
0014     KF5::Notifications
0015 )
0016 
0017 if(BUILD_TESTING)
0018     add_subdirectory(autotests)
0019 endif()