https://bugs.kde.org/show_bug.cgi?id=433484
--- Comment #13 from Manuel Geißer <geisse...@gmail.com> --- Oh, I just see Qt/OpenGL support behind an ifdef guard in STE: ``` #ifdef ENABLE_OPENGL #include <QGLWidget> #include <QGLFormat> #endif ``` Probably I just built without it and the setting got silently ignored, that would be a good explanation. -- You are receiving this mail because: You are watching all bug changes.