PDA

View Full Version : i want to integrate msvc2005 with Qt4.3



coder1985
27th November 2007, 12:20
hi, i am trying to integrate Msvc2005 with Qt 4.3 and i have got a message that say
qconfigure is not recognized as a command. note that i am taking the steps in the wiki
but it does not work, i do not know where is the problem. all i need is a solution to this problem or a good IDE to use? note that i have also HaiQ and eduky but when i built them
, i have got two errors .
thanks.

wysota
27th November 2007, 12:40
qconfigure is part of the patch that is not needed with recent versions of Qt. Use configure instead.

coder1985
27th November 2007, 14:11
when i wrote this command "configure msvc.net -prefix C:\Qt4-shared -release -qt-gif -fast" i got amessage thet say "unknown option msvc.net", what is wrong?

flare
27th November 2007, 14:24
You should try "configure -platform msvc.net...". Hope it helps :)

coder1985
27th November 2007, 15:02
it does not work, i get the message " invalid option msvc.net for -platform"

DeepDiver
27th November 2007, 15:13
win32-msvc.net is the right option.



-platform <spec> ... The operating system and compiler you are building on.
(default %QMAKESPEC%)

See the README file for a list of supported operating
systems and compilers.

coder1985
27th November 2007, 17:14
it does not work, i get the message "unknown option win32-msvc.net"

wysota
27th November 2007, 17:19
Try "configure -help" and then start reading.

coder1985
27th November 2007, 18:45
i tried this before . i got frustrated . what is your IDE i will use it instead of msvc?
can you help me in this?

wysota
27th November 2007, 19:44
I use KDevelop on Linux and Visual Studio on Windows.

Don't get frustrated - just read what is written there and follow the instructions instead of blindingly trying to get the right combination of characters entered in the command line.

flare
27th November 2007, 20:08
Don't give up. Installing Qt for Visual studio can be very frustrating when doing it the first time. Maybe you should try http://doc.trolltech.com/4.3/install-win.html which explains the first steps (leave out step one and take a special look at step three).

One more clue: from your topic I guess that you want to use Qt together with Visual Studio 2005. Then you should try "configure -platform win32-msvc2005" instead of "...win32-msvc.net".

Lucky coding :)

wysota
27th November 2007, 20:14
Giving fish to people should be a good enough reason to ban someone ;)

coder1985
27th November 2007, 22:44
thanks very much, i did it. i wrote "configure -platform win32-msvc" and it is working fine
thanks for every one.

DeepDiver
28th November 2007, 00:13
Your signature....

Can we please agree on keeping this forum tech-base.

Don't get me wrong: everybody is free to choose his/her religion, life style .....
But I' think this forum is not the right place for this.

Thank you!