Skip to content
Commit b06fb6b0 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

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.
parent eebae29b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment