Porting Qt5’s application to Qt6 using custom OpenGL class
I’m working for a company where we developed an application based on Qt5.15 c++/QML.
Recently we decided to port this application to the new Qt’s version 6.7.x.
I made the changes to remove all the deprecated stuff. Now I’m blocked when I try to make my custom OpenGL implementations work.