Skip to content

Use correct ${KF5_MIN_VERSION} variable to define minimum KF5 dependency versions for activities KCM

The CMakeLists for the activities KCM uses a ${KF5_DEP_VERSION} variable for setting the required versions of KF5 dependencies but I couldn’t find this variable defined anywhere.

This patch uses ${KF5_MIN_VERSION} from the main CMakeLists instead.

Merge request reports