1、支持老老显卡的设置属性
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);//QCoreApplication::setAttribute(Qt::AA_UseOpenGLES); QGuiApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);QCoreApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);QApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);
2、加载错误的解决方法
拷贝opengl32sw.dll文件,改名为opengl32.dll就可以。