Hello. I'm trying to build Qt5.2.1 with MinGW using powershell script from http://qt-project.org/wiki/How-to-bu...74d0604d2300ae
Execution configure.bat -debug-and-release -platform win32-g++ -prefix $QtDir -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -qt-sql-sqlite -no-openssl -opensource -confirm-license -no-icu -make libs -nomake tools -nomake examples -nomake tests outputs:

WARNING: The DirectX SDK could not be detected:
The header 'intrin.h' required for SSE2 could not be found.
Disabling the ANGLE backend.

WARNING: Using OpenGL ES 2.0 without ANGLE.
Specify -opengl desktop to use Open GL.
The build will most likely fail.

Of course, DirectX SDK is installed. Intrih.h is Visual studio header. How can I deal with it? Thanks