QtQuick 2 examples show a zero sized white window with desktop OpenGL build
-
I am having problems getting QtQuick2 examples to run on a static 5.0.1 build with desktop OpenGL. When the example is launched it shows zero height window on the top left of the desktop, resizing which shows a white background with no other content.
Same examples work ok with a 5.0 ANGLE build.
In the output I get:
bq. Unable to find a renderable master window QQuickView(0x29fc58) when trying to render QQuickView(0x29fc58) ( QRect(8,30 116x0) ).
Any ideas?