-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure when Qt is built with opengles #829
Comments
GLES builds have QOpenGLFunctions_ES2 / qopenglfunctions_es2.h and QT_NO_OPENGL is false. Same reason as https://codereview.qt-project.org/gitweb?p=pyside%2Fpyside-setup.git;a=commit;h=d790345 |
would this work?
|
Testing. |
The build is fixed with the include guard |
true. I'll probably keep the |
Seen with 3.0 on aarch64:
The text was updated successfully, but these errors were encountered: