should help picking a working rendering pipeline on windows Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
@@ -59,6 +59,7 @@ void warnSystray()
int main(int argc, char **argv)
{
qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu --no-sandbox");
+ QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);
#ifdef Q_OS_WIN
SetDllDirectory(L"");