Warning, /plasma/kde-gtk-config/kded/config_editor/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2022 Mikhail Zolotukhin <zomial@protonmail.com>
0002 # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0003 
0004 target_sources(gtkconfig 
0005   PRIVATE 
0006     custom_css.cpp 
0007     gsettings.cpp 
0008     gtk2.cpp
0009     settings_ini.cpp 
0010     utils.cpp
0011     xsettings.cpp
0012 )