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

0001 # SPDX-FileCopyrightText: 2023 Alexander Lohnau <alexander.lohnau@gmx.de>
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 add_definitions(-DTRANSLATION_DOMAIN="plasma_runner_appstream")
0004 
0005 kcoreaddons_add_plugin(krunner_appstream SOURCES appstreamrunner.cpp INSTALL_NAMESPACE "kf6/krunner")
0006 
0007 ecm_qt_declare_logging_category(krunner_appstream
0008     HEADER debug.h
0009     IDENTIFIER RUNNER_APPSTREAM
0010     CATEGORY_NAME org.kde.plasma.runner.appstream
0011     DEFAULT_SEVERITY Warning
0012     DESCRIPTION "krunner appstream"
0013     EXPORT PLASMAWORKSPACE
0014 )
0015 target_link_libraries(krunner_appstream PUBLIC Qt::Gui KF6::Runner KF6::I18n KF6::Service KF6::KIOGui KF6::JobWidgets AppStreamQt)