mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
After all repos are configured and built, do another round of reconfigure. This can catch issues in the find_package of plugins. E.g. when running the builds for qtbase -> qtdeclarative -> qtmultimedia, during the first pass qtdeclarative is reconfigured without any plugins present, but in the second pass additional plugins will be added in the `find_package` chain. Change-Id: I298492463e38e57f250ee22f1e8c7f880ce9940a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>