Hello

I recently downloaded qt from git. then I followed steps in


http://doc.qt.io/qt-5/windows-building.html


then I tried to build by typing mingw32-make


I am getting this error in poweshell

Qt Code:
  1. elib\corelib.pro ) && C:/mingw-w64/i686-7.2.0-posix-dwarf-rt_v5-rev1/mingw32/bin/mingw32-make -f Makefile
  2. mingw32-make[3]: Entering directory 'E:/shahid/QT/qt5/qtbase/src/corelib'
  3. E:\shahid\QT\qt5\qtbase\bin\qmake.exe -o Makefile corelib.pro
  4. Project MESSAGE: perl -w E:\shahid\QT\qt5\qtbase\bin\syncqt.pl -module QtCore -version 5.10.1 -outdir E:/shahid/QT/qt5/qtbase E:/shahid/QT/qt5/qtbase
  5. <srcbase> = E:/shahid/QT/qt5/qtbase
  6. <outbase> = E:/shahid/QT/qt5/qtbase
  7. ASSERT: "isAbsolutePath(baseDir)" in file E:/shahid/QT/qt5/qtbase/qmake/library/ioutils.cpp, line 108
  8.  
  9. This application has requested the Runtime to terminate it in an unusual way.
  10. Please contact the application's support team for more information.
  11. mingw32-make[3]: *** [Makefile:168: Makefile] Error 3
  12. mingw32-make[3]: Leaving directory 'E:/shahid/QT/qt5/qtbase/src/corelib'
  13. mingw32-make[2]: *** [Makefile:196: sub-corelib-make_first] Error 2
  14. mingw32-make[2]: Leaving directory 'E:/shahid/QT/qt5/qtbase/src'
  15. mingw32-make[1]: *** [Makefile:45: sub-src-make_first] Error 2
  16. mingw32-make[1]: Leaving directory 'E:/shahid/QT/qt5/qtbase'
  17. mingw32-make: *** [Makefile:81: module-qtbase-make_first] Error 2
  18. PS E:\shahid\QT\qt5>
To copy to clipboard, switch view to plain text mode 

can any one help me to fix this