Skip to content
  • Vlad Zahorodnii's avatar
    Drop redundant find_package(Qt5Multimedia) · b06fb6b0
    Vlad Zahorodnii authored
    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.
    b06fb6b0