Warning, /plasma/plasma-workspace/kcms/kfontinst/kio/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kio_fonts_PART_SRCS FontInstInterface.cpp KioFonts.cpp ${libkfontinstdbusiface_SRCS})
0002 ecm_qt_declare_logging_category(kio_fonts_PART_SRCS
0003     HEADER debug.h
0004     IDENTIFIER KCM_KFONTINST_KIO
0005     CATEGORY_NAME org.kde.kcm_kfontinst.kio
0006     DESCRIPTION "kcm kfontinst kio"
0007     EXPORT PLASMAWORKSPACE
0008 )
0009 # qt_add_dbus_interface(kio_fonts_PART_SRCS ../dbus/org.kde.fontinst.xml FontinstIface)
0010 kcoreaddons_add_plugin(kio_fonts SOURCES ${kio_fonts_PART_SRCS} ${KFI_FONTINST_AUTH_SRC} INSTALL_NAMESPACE "kf6/kio")
0011 target_link_libraries(kio_fonts Qt::DBus Qt::Xml KF6::Archive KF6::KIOCore KF6::KIOWidgets kfontinst Qt::GuiPrivate)
0012 
0013 install( FILES fonts.desktop  DESTINATION  ${KDE_INSTALL_DATADIR}/konqsidebartng/virtual_folders/services )
0014 ecm_install_icons( ICONS
0015                    128-mimetypes-fonts-package.png
0016                    16-mimetypes-fonts-package.png
0017                    22-mimetypes-fonts-package.png
0018                    32-mimetypes-fonts-package.png
0019                    48-mimetypes-fonts-package.png
0020                    64-mimetypes-fonts-package.png
0021                    DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor )