FindKF6ΒΆ

Find KDE Frameworks 6 with a single find_package() call.

This will use the package config files provided by the individual frameworks. For example, if you wish to find KArchive, which presents itself to CMake as KF6Archive (ie: you would do find_package(KF6Archive) to find it directly), you can do

find_package(KF6 COMPONENTS Archive)

If all the required components (those given in the COMPONENTS argument, but not those given in the OPTIONAL_COMPONENTS argument) are found, KF6_FOUND will be set to true. Otherwise, it will be set to false.

Since 6.0.0.