Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt installation error

i got an error when am trying to configure Qt.

Erro :
    execute: File or path is not found (nmake)
    execute: File or path is not found (nmake)
    Cleaning qmake failed, return code -1




// installion files.
    InterBase...............no

Sources are in..............E:\xampp\Qt\4.6
Build is done in............E:\xampp\Qt\4.6
Install prefix..............E:\xampp\Qt\4.6
Headers installed to........E:\xampp\Qt\4.6\include
Libraries installed to......E:\xampp\Qt\4.6\lib
Plugins installed to........E:\xampp\Qt\4.6\plugins
Binaries installed to.......E:\xampp\Qt\4.6\bin
Docs installed to...........E:\xampp\Qt\4.6\doc
Data installed to...........E:\xampp\Qt\4.6
Translations installed to...E:\xampp\Qt\4.6\translations
Examples installed to.......E:\xampp\Qt\4.6\examples
Demos installed to..........E:\xampp\Qt\4.6\demos

Creating qmake...
execute: File or path is not found (nmake)
execute: File or path is not found (nmake)
Cleaning qmake failed, return code -1


E:\xampp\Qt\4.6>
like image 889
coderex Avatar asked Feb 17 '10 20:02

coderex


1 Answers

If you are trying to build Qt with a Visual Studio enviroment, you have to make sure that nmake and cl are in the PATH.

The easiest way to do that is to simply use the Visual Studio Command Prompt (found e.g. in the start menu).

like image 79
Georg Fritzsche Avatar answered Oct 07 '22 01:10

Georg Fritzsche