Converting opengl code into qt platform
Unsolved
Qt 6
-
Hello,
I am totally new in qt. I have written some code in opengl. Now i want convert those code into qt. I have added opengl library in qt but still I am getting so much error while trying to integrate opengl code. it will be helpful if anyone give me some guideline. -
https://doc.qt.io/qt-5/examples-widgets-opengl.html
Qt OpenGL examples are here. -
I am trying to add glew library into qt creator. But i have added the library. But It shows undefined reference while i add glewInit(); inside initializeGL() function. Could you please tell me the exact way to install glew in qt creator? it would be helpful for me.