@pmh4514
I received an answer from Qt support, it solved the problem. Their answer below:
On a virtual machine the OpenGL support might not be enough for rendering Qt WebEngine, so the quickest way to check if this is the case here is to do:
set QT_OPENGL=angle
on the command line or add:
QGuiApplication::setAttribute(Qt::AA_UseOpenGLES);
before the creation of the application object