GammaRay icon indicating copy to clipboard operation
GammaRay copied to clipboard

plugin quickinspector not building when QT library is build with no-opengl support QT_NO_OPENGL

Open asuanu opened this issue 5 years ago • 2 comments

While using Yocto to build for a x86 environment, Qt was build with --no-opengl option . Which means QT_NO_OPENGL will be defined QT global include. The quickinspector plugin uses the GL attributes in various files without checking for this. A similar fix was done in guisupport plugin 2 years back.

asuanu avatar Apr 10 '19 07:04 asuanu

Care to create a patch for this?

See: https://github.com/KDAB/GammaRay/wiki/Get-Involved

krf avatar Apr 23 '19 05:04 krf

given PR #547 has this one been fixed by now?

winterz avatar Oct 21 '22 20:10 winterz