PDA

View Full Version : Qt in visual studio 2005



semden
3rd October 2008, 17:42
Iam Running windows xp , visual studio 2005 professional and i have installed the evaluation of the commercial version of Qt 4.4.3 which has c++ integration. I set the path in the environment variables as required to ; c:\Qt\4.4.3\bin. when i open visual studio 2005 and try to create a Qt project i get the error below. " unable to find a Qt build! ,To solve this specify a Qt build". and i cant run configure -help as mentioned in the installation guide.
I need help:confused: :crying:

alisami
3rd October 2008, 17:46
how did you try to run `configure`? did you use the command prompt?

start the visual studio command prompt and go to the directory \qt\4.4.3

then type the following command:

configure -platform msvc2005

when configure finishes, type

nmake

then you will have a valid qt build.

semden
3rd October 2008, 18:03
i tried as you say and i get the error below:
C:\>cd Qt

C:\Qt>cd 4.4.3

C:\Qt\4.4.3>configure -platform msvc2005
'configure' is not recognized as an internal or external command,
operable program or batch file.

alisami
3rd October 2008, 18:25
did you install the qt for windows or did you install the x11 version ?

semden
4th October 2008, 07:13
I installed Qt for windows

armandorodriguezlopez
26th October 2009, 18:02
see the README file for valid platform ;)
configure -platform win32-msvc2005
then
nmake

squidge
27th October 2009, 08:14
You do realise that this thread is over a year old, so I assume the problem has been sorted by now ;)

rainspider
30th October 2009, 16:20
add a system environment:
name is:
QTDIR
value like this:
c:\qt\

peirenjun
31st October 2009, 00:52
I installed Qt for windows

how did you installed qt for windows ?

you built the source code ?