Is there a way to compile the QML included with plugins (like QtWebEngine, QtQuick.2, etc).

Overall I am including all of my QML pre-compiled (and in a resource), and the loading speed has been greatly improved.

However loading a WebPage (initially) is slow (I'm thinking having to compile QML is not helping)... so I'd like to pre-compile the QML that comes with any plugin.

When running windeployqt.exe (there is no command to have it compile it when it deploys, unfortunately), but is there a way to compile it?

- RapidMark