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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_shell\")
0002 
0003 kcoreaddons_add_plugin(krunner_shell SOURCES shellrunner.cpp INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/krunner")
0004 target_link_libraries(krunner_shell
0005     KF5::KIOCore
0006     KF5::KIOGui
0007     KF5::I18n
0008     KF5::Notifications
0009     KF5::Plasma
0010     KF5::Runner
0011     KF5::Completion
0012 )
0013 
0014 if(BUILD_TESTING)
0015 add_subdirectory(autotests)
0016 endif()
0017