cmake KF examples

nextcloud/desktop shell_integration/dolphin/CMakeLists.txt :26

find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS CoreAddons KIO)

wwmm/easyeffects CMakeLists.txt :46

find_package(KF${QT_MAJOR_VERSION} REQUIRED COMPONENTS
    Config
    ConfigWidgets
    CoreAddons
    I18n
    IconThemes
    Kirigami
    KirigamiAddons
    QQC2DesktopStyle
)

KDE/kid3 doc/CMakeLists.txt :68

find_package(KF${QT_MAJOR_VERSION} REQUIRED COMPONENTS DocTools)

petrovvlad/freeLib src/CMakeLists.txt :15

find_package(KF${FREELIB_QT_MAJOR_VERSION}KIO QUIET)