-
Notifications
You must be signed in to change notification settings - Fork 882
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
enable qt opengl #140
Comments
There's no OpenGL installed in the CentOS 5 environment where the Qt has been built. There might be some old Mesa implementation available for the CentOS 5. After that a full rebuild of Qt is required. Anyway, enabling OpenGL support requires a lot of testing and tinkering to confirm that it is possible and does not break anything. Adding new dependencies is risky because these packages have to compatible with any GNU/Linux system out there. |
It says that |
@skvark You could do another binaries let say |
Expected behaviour
I should be able to create OpenGL-enabled window.
Actual behaviour
Steps to reproduce
Version
The text was updated successfully, but these errors were encountered: