Hi,
I'm trying to compile Qt IFW 2.0 on Windows 7
I downloaded the last version of Git sources, & I have Qt5.4
The INSTALL doc in Qt IFW mentions to run 'qmake && make'

Qt Code:
  1. $ C:/Qt_lastVersion/5.4/msvc2010_opengl/bin/qmake.exe && C:/Qt_lastVersion/Tools /mingw491_32/bin/mingw32-make.exe
  2. /usr/bin/sh: -c: line 1: Erreur de syntaxe : fin de fichier prématurée
  3. makefile:41: recipe for target 'sub-libs-make_first-ordered' failed
  4. mingw32-make: *** [sub-libs-make_first-ordered] Error 1
To copy to clipboard, switch view to plain text mode 


I also tried to 'make docs' :
Qt Code:
  1. $ C:/Qt_lastVersion/Tools/mingw482_32/bin/mingw32-make.exe docs mingw32-make: *** No rule to make target 'docs'. Stop.
To copy to clipboard, switch view to plain text mode 

Is it the correct compiler version ? I tried with both mingw491_32 & mingw482_32 versions and got the same error.
Maybe my version of Qt has to be configured first ?
Thanks in advance