[PyQt] Compile PyQt5 QtGui without OpenGL

Phil Thompson phil at riverbankcomputing.com
Tue Feb 4 17:54:52 GMT 2014


On 29-01-2014 5:15 pm, Sergey Anufrienko wrote:
> Hello,
>
> Is there a supported way of compiling PyQt5 with QtGui, but without
> OpenGL? I have QT5 compiled without OpenGL on my embedded ARM system.
> I had to manually remove all OpenGL-related stuff from SIP files in
> order to compile a version of QtGui which doesnt depend on OpenGL
> definitions. It would be nice to have a flag in configure.py or
> something like that to disable OpenGL in QtGui.

Try tonight's snapshot which defines the PyQt_OpenGL feature which 
should be set appropriately by configure.py.

Phil


More information about the PyQt mailing list