Warning, /plasma/plasma-workspace/kcms/fonts/kconf_update/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2023 Marco Martin <mart@kde.org> 0002 # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0003 0004 add_executable(plasma6.0-remove-dpi-settings) 0005 target_sources(plasma6.0-remove-dpi-settings PRIVATE plasma6.0-remove-dpi-settings.cpp) 0006 target_link_libraries(plasma6.0-remove-dpi-settings PRIVATE KF6::ConfigCore) 0007 0008 install(FILES plasma6.0-remove-dpi-settings.upd DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) 0009 install(TARGETS plasma6.0-remove-dpi-settings DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin/)