-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.5.0
-
None
-
Qt5.5.0 vs 2013
win7 without independence graphics card
Qt5.5.0 vs2013 develop application can not run on win7 without independence graphics card, if I set qputenv("QT_OPENGL", "angle"); in main function, show a dialog say can not find libraries(libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll), but I put the libraries in the same folder with my application; why??
But i can run my application develop by Qt5.4.0 both set or not set qputenv("QT_OPENGL", "angle"); in main function, why???