When i build Qt, is it default to use ANGLE?
-
when i build Qt, is it default to use ANGLE?
i just fount libEGL.dll libGLESv2.dll in the bin. and no d3dcompiler_XX.dll
should i copy d3dcompiler_XX.dll to my bin while i deploy the app?
thank you -
Acoording to this "blog post":http://blog.qt.io/blog/2014/11/27/qt-weekly-21-dynamic-opengl-implementation-loading-in-qt-5-4/ when no -opengl option is specified in Qt 5.4 the default is ANGLE.
According to "the deployment instruction site for Windows":http://doc.qt.io/qt-5/windows-deployment.html#creating-the-application-package you need to deploy the d3dcompiler_XX.dll along with your app.