Uh oh!
There was an error while loading. Please reload this page.
opengl compatible Qt5 and Qt6 - #242
Conversation
mrbean-bremen
left a comment
There was a problem hiding this comment.
As far as I can see this looks good, thanks! Though I would like that @usiems has another look.
You can ignore the failing tests for the OldSchool workflows, they are unrelated.
| PythonQtOpengl { | ||
| DEFINES += PYTHONQT_WITH_OPENGL | ||
| QT += opengl | ||
| equals(QT_MAJOR_VERSION, 6){ |
There was a problem hiding this comment.
maybe better use greaterThan(QT_MAJOR_VERSION, 5) here
mrbean-bremen
commented
Dec 30, 2024
Ping @usiems |
usiems
commented
Jan 17, 2025
Sorry for my late answer. |
No description provided.