Commit 3b24c024 authored by Jüri Valdmann's avatar Jüri Valdmann
Browse files

Fix undeclared use of QSGFlatColorMaterial when QT_NO_OPENGL is defined


QtWebEngine fails to build with -no-opengl due to

  src/core/delegated_frame_node.cpp

trying to use QSGFlatColorMaterial without including the header.

Change-Id: I98c12d3c482f7cacb2f61dd13ae32ee0a5740ae2
Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
Showing with 4 additions and 4 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment