Skip to content

Draft: Don't look for OpenColorIO on platforms using GLES

Christophe Marin requested to merge work/no_opencolorio_on_gles into master

The QOpenGLFunctions_3_2_Core class is not available when QT_OPENGL_ES_2 is defined. To prevent build issues on ARM platforms, the OpenColorIO detection is skipped on these platforms.

BUG: 421136

Edited by Christophe Marin

Merge request reports