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

0001 add_definitions(-DTRANSLATION_DOMAIN="plasma_runner_appstream")
0002 
0003 set(krunner_appstream_SRCS
0004     appstreamrunner.cpp
0005 )
0006 
0007 ecm_qt_declare_logging_category(krunner_appstream_SRCS
0008     HEADER debug.h
0009     IDENTIFIER RUNNER_APPSTREAM
0010     CATEGORY_NAME org.kde.plasma.runner.appstream
0011     DEFAULT_SEVERITY Warning)
0012 
0013 kcoreaddons_add_plugin(krunner_appstream SOURCES ${krunner_appstream_SRCS} INSTALL_NAMESPACE "kf5/krunner")
0014 target_link_libraries(krunner_appstream PUBLIC Qt::Gui KF5::Runner KF5::I18n KF5::Service AppStreamQt)