mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-03 06:56:17 +08:00
While resolving inter-repository dependencies, we skipped dependencies if their dependencies.yaml did not exist. This is wrong. Instead, such repos must be handled as if they don't have dependencies. Drive-by change: Clarify the dependencies result value in the comment for qt_internal_resolve_module_dependencies. This amends commit8a94d1e294. Fixes: QTBUG-100549 Change-Id: I523ed74cfa96a4bab238f3a475f28c3ac55dd7b4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commitce9f7751e3) Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>