Installer Framework (IFW) and Qt5 - errors while make && qmake
-
Hi,
I'm having different errors, 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'@$ C:/Qt_lastVersion/5.4/msvc2010_opengl/bin/qmake.exe && C:/Qt_lastVersion/Tools /mingw491_32/bin/mingw32-make.exe
/usr/bin/sh: -c: line 1: Erreur de syntaxe : fin de fichier prématurée
makefile:41: recipe for target 'sub-libs-make_first-ordered' failed
mingw32-make: *** [sub-libs-make_first-ordered] Error 1@I also tried to 'make docs' :
@$ C:/Qt_lastVersion/Tools/mingw482_32/bin/mingw32-make.exe docs mingw32-make: *** No rule to make target 'docs'. Stop.@Sorry, I don't understand the errors mentioned.
Maybe my version of Qt has to be configured first ?
Thanks in advance