Hi guys,
I’m trying to combine qt with some direct opengl functions on windows.
The project compiles fine but when it comes to linking I get all the __imp_glblablabla errors.
Now when on other platforms I can just link in the opengl library and it runs fine
I want to do this on windows with the standard packaged ANGLE version.
I could link in libangle I’m guessing but I’m sure qt has a better way of doing this?
Any tips?
Kind Regards,
Martell Malone
Edit: forgot to mention I’m on qt5 and I’m using gles functions
↧