PDA

View Full Version : Installer Framework (IFW 2.0) and Qt5 - errors while make && qmake



Charlie37
9th January 2015, 09:23
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'


$ 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.

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