I have following configure options:
configure -platform win32-msvc2010 -debug-and-release -opensource -c++11 -shared -make libs -make tools -no-accessibility -plugin-sql-sqlite -qt-zlib -mp -opengl desktop

nmake gives me the error in the middle of the compilation:

qplatformscreenpageflipper.cpp
qplatformsystemtrayicon_qpa.cpp
qplatformopenglcontext.cpp
c:\libraries\qt\qt-5\qtbase\include\qtgui\../../src/gui/opengl/qopengl.h(55) : fatal error C1083: Cannot open include file: 'GLES2/gl2.h': No such file or directory
qopenglcontext.cpp
c:\libraries\qt\qt-5\qtbase\include\qtgui\../../src/gui/opengl/qopengl.h(55) : fatal error C1083: Cannot open include file: 'GLES2/gl2.h': No such file or direc
tory
Generating Code...
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

Help will be much appreciated, thanksl