I installed Qt 5.9 online and then I run an opengl example project named "boxes". It showed error when I built.
:-1: error: This example requires Qt to be configured with -opengl desktop
I tried to fixed it using the answers to the question QT and native OpenGL support in MS Windows, but failed.
The site said that "different versions of Qt, for different targets, with or without OpenGL support". I'm using Qt 5.9 and I can't find any options msvc201x xx-bit OpenGL
.