[osg-users] how to integrate osg with QT5.6 on VS2015

Alistair Baxter alistair at mve.com
Tue Apr 5 01:33:17 PDT 2016


Actually, you ought to be able to achieve the same effect (forcing desktop OpenGL) by calling the static method

QApplication::setAttribute(Qt::AA_UseDesktopOpenGL, true);

Before you create your QApplication instance.



More information about the osg-users mailing list