PDA

View Full Version : Help to install Qt in Windows Xp



joseph
15th November 2006, 08:35
Hai floks,

Actually i am trying to install Qt-3.3.4 ( licensed virson) in Windows Xp .
I want Qt to be used in VC++ 6 IDE. I have done the following steps.

1. Installed VC++ 6
2. Then trying to install Qt 3.3.4 by running the setup
At this time i got a error in installation wizard ie; here as follows..

---------------------------
--------------------------
Interbase...............no
Sources are in..............C:\Qt\3.3.4
Install prefix..............C:\Qt\3.3.4
Headers installed to........C:\Qt\3.3.4\include
Libraries installed to......C:\Qt\3.3.4\lib
Plugins installed to........C:\Qt\3.3.4\plugins
Binaries installed to.......C:\Qt\3.3.4\bin
Docs installed to...........C:\Qt\3.3.4\doc
Data installed to...........C:\Qt\3.3.4
Translations installed to...C:\Qt\3.3.4\translations
Creating qmake...
'nmake' is not recognized as an internal or external command,
operable program or batch file.
Building qmake failed, return code 1
The configure process failed.

------
------


This was the ERROR i have got

Please help to resolve this problem....!!!

Thank you

wysota
15th November 2006, 08:54
Visual Studio was installed incorrectly and nmake can't be found. You should either reinstall it or change environment variables in your system so that nmake can be found.

sunil.thaha
15th November 2006, 10:40
First of all
This is a Qt Installion related question and you should take care that it is posted in the correct section

Now to anwer your question

See whether you are able to compile any of the sample MFC programs using Visual Studio

if you are not able to compile any, then there could be error in your installion & reinstallion is an option ;)

If so. add the c:\location\of\vc\bin to the PATH environment varaible
And then try Qt installation again