Re: [PySide] PySide2 without OpenGL support

2023-10-13 Thread Friedemann Kleint via PySide
Hi, in that case, you have to build PySide2 yourself against a Qt version that has only OpenGLES: https://doc.qt.io/qtforpython-5/gettingstarted.html Regards, Friedemann -- Friedemann Kleint The Qt Company GmbH ___ PySide mailing list

Re: [PySide] PySide2 without OpenGL support

2023-10-11 Thread Kacvinsky, Tom
Correction: What I'd like to know if there is a version of PySide2 that doesn't assume Qt5 was built with OpenGL support, or at least allows you to override the default that assumes Qt5 was built _with_ OpenGL support. From: Kacvinsky, Tom Sent: Wednesday, October 11, 2023 9:56 AM To:

[PySide] PySide2 without OpenGL support

2023-10-11 Thread Kacvinsky, Tom
I am working with Qt5 and PySide2 with Qt5 5.15.2. I happened to notice that PySide2 has it baked into its configuration that it assumes Qt5 is built with OpenGL support. We don't build Qt5 with OpenGL support. What I'd like to know if there is a version of PySide2 that doesn't assume Qt5 was