-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
5.8.0
-
None
-
Visual Studio 2015 update 3
After building and installing Qt I get such compiler errors in my project:
216>c:\build\qt-5.8.0\include\qtgui\qopengl.h(110): fatal error C1083: Cannot open include file: 'GLES2/gl2.h': No such file or directory
I can find gl2.h file inside Qt sources package, but it seems is not where it is expected after 'nmake install'.
This is how I configured Qt build:
..\qt-everywhere-opensource-src-5.8.0\configure -prefix c:\build\qt-5.8.0 -debug-and-release -force-debug-info -opensource -confirm-license -ltcg -mp -platform win32-msvc2015 -icu -no-compile-examples -plugin-manifests -openssl-linked -directwrite -skip qt3d