Qt5.7 D3D shader error
Unsolved
General and Desktop
-
Hello,
I'm struggling to set up Qt on my laptop(Windows7 64bit, Nvidia Geforce M550).
I've downloaded two versions of Qt offline installer as follow:- Qt 5.7.0 for Windows 32-bit (MinGW 5.3.0)
- Qt 5.6.1-1 for Windows 32-bit (MinGW 4.9.2)
Installation was completed successfully(with default option), but when I run the example 'planet3D' on Qt 5.7.0,
I got an error as follow:QOpenGLShader::link: Failed to create D3D shaders.
shader compilation failed:
"Failed to create D3D shaders.\n"
QOpenGLShader::link: Failed to create D3D shaders.
Failed to create D3D shaders.Interestingly, the same example run well on Qt 5.6.1 version(I can control planet animation).
I've updated graphic card driver to latest version, but it was not worked.
Does anyone know what I am doing wrong?