QT5 webview module

I created a toolchain with Qt5. I can compile a widget example but if I want to use the webview module Qt WebView 5.15.11 I receive an error about that module does not exist.

How can add this or any other module of QT5 to my toolchain?

The available Qt5 modules as of Qt 5.7 in morty OpenEmbedded can be seen here. Are you referring to the QtWebEngine? The qt5 toolchain packagegroup does not seem to include webengine. May be adding it and rebuilding the SDK might work. I once had to do the same for a project relying on Qt charts module since it does not get included in the SDK by default.

If webview module is different, then it seems the meta-qt5 layer does not have a recipe for it yet. You probably have to create a new recipe to let OpenEmbedded compile this component.

Are there some documentation to create a new recipe ?

Where can I download the module to compile it?

Best Regards
Esteban