Sounds like a reasonable thing to do just to be ultra safe, although I thought it was only needed for QQuick widgets, but perhaps QtWebEngine uses those internally.
So something along the lines of
Code:
QGuiApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
just before invoking MainApplication in main.cpp?