forked from qt-creator/qt-creator
Fixed the dependencies test. Now it makes sure that all dependencies are loaded before evaluating the checks, otherwise a race condition in the link process (QTCREATORBUG-25240) might give problems. This requires running the event loop to ensure that the invokeMethod in PluginDumper::loadPluginTypes creates the futures in the model manager. Change-Id: I4c0dd5cc948917e2a74fd46c3b66ee3bb5370da4 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>