Skip to content

Allow compiling against Qt configured with -no-opengl

Alex Richardson requested to merge arichardson/kdeclarative:no-opengl-fix into master

This is no longer possible since 66c5bb0e. Guard those newly-added checks with #if QT_CONFIG(opengl) to restore the ability to build without openGL.

Merge request reports