0d633739a7
find_package(Qt6 COMPONENTS Core Qml CONFIG) marked Qml as a required component, so any KDE package including ECMQmlModule failed its feature_summary even though the module already returns gracefully when Qt6::Qml is absent. Use OPTIONAL_COMPONENTS for Qml (Core stays required). qtdeclarative/QtQuick/QtQml are not built for the Redox cross target; QML modules are simply skipped.