Skip to content

Drop redundant find_package(Qt5Multimedia)

We need the multimedia component only to play preview videos in a KCM.

The find_package(Qt5Multimedia) is not needed because we already check if Qt5Multimedia QML module is present using ecm_find_qmlmodule().

The main motivation behind this change is to work around constant build failures caused by buggy config file of the Qt5::Multimedia component.

Merge request reports