Warning, /plasma/plasma-workspace/runners/webshortcuts/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_webshortcuts\")
0004 
0005 kcoreaddons_add_plugin(krunner_webshortcuts SOURCES webshortcutrunner.cpp webshortcutrunner.h INSTALL_NAMESPACE "kf6/krunner")
0006 target_link_libraries(krunner_webshortcuts
0007     Qt::DBus
0008     KF6::Runner
0009     KF6::Service
0010     KF6::KIOWidgets
0011     KF6::I18n
0012     PW::KWorkspace
0013 )