Warning, /system/kio-admin/src/fileaction/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0003 
0004 kcoreaddons_add_plugin(fileaction SOURCES fileaction.cpp INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kfileitemaction")
0005 set_target_properties(fileaction PROPERTIES OUTPUT_NAME "kio-admin")
0006 target_link_libraries(fileaction KF${QT_MAJOR_VERSION}::I18n KF${QT_MAJOR_VERSION}::KIOWidgets)