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

0001 set(kcm_fontinst_PART_SRCS ${libkfontinstview_SRCS} ${libkfontinstjobrunner_SRCS} ${libkfontinstdbusiface_SRCS}
0002     DuplicatesDialog.cpp FontList.cpp GroupList.cpp KCmFontInst.cpp PrintDialog.cpp
0003     FontFilter.cpp FontFilterProxyStyle.cpp FcQuery.cpp PreviewList.cpp)
0004 # qt_add_dbus_interface(kcm_fontinst_PART_SRCS ../dbus/org.kde.fontinst.xml FontinstIface)
0005 
0006 kcoreaddons_add_plugin(kcm_fontinst SOURCES ${kcm_fontinst_PART_SRCS} INSTALL_NAMESPACE "plasma/kcms/systemsettings_qwidgets")
0007 kcmutils_generate_desktop_file(kcm_fontinst)
0008 
0009 target_link_libraries(kcm_fontinst
0010     KF6::Archive
0011     KF6::KCMUtils
0012     KF6::IconThemes
0013     KF6::KIOCore
0014     KF6::KIOWidgets
0015     KF6::XmlGui
0016     KF6::NewStuffWidgets
0017     kfontinstui
0018     kfontinst
0019     X11::X11
0020 )
0021 
0022 install( FILES kfontinst.knsrc DESTINATION  ${KDE_INSTALL_KNSRCDIR} )
0023 
0024 ecm_install_icons( ICONS
0025                    16-actions-addfont.png
0026                    16-actions-font-disable.png
0027                    16-actions-font-enable.png
0028                    16-actions-fontstatus.png
0029                    22-actions-addfont.png
0030                    22-actions-font-disable.png
0031                    22-actions-font-enable.png
0032                    22-actions-fontstatus.png
0033                    16-actions-addfont.png
0034                    DESTINATION
0035                    ${KDE_INSTALL_DATADIR}/kfontinst/icons THEME hicolor)