i want to integrate msvc2005 with Qt4.3
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.
Re: i want to integrate msvc2005 with Qt4.3
qconfigure is part of the patch that is not needed with recent versions of Qt. Use configure instead.
Re: i want to integrate msvc2005 with Qt4.3
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?
Re: i want to integrate msvc2005 with Qt4.3
You should try "configure -platform msvc.net...". Hope it helps :)
Re: i want to integrate msvc2005 with Qt4.3
it does not work, i get the message " invalid option msvc.net for -platform"
Re: i want to integrate msvc2005 with Qt4.3
win32-msvc.net is the right option.
Code:
-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.
Re: i want to integrate msvc2005 with Qt4.3
it does not work, i get the message "unknown option win32-msvc.net"
Re: i want to integrate msvc2005 with Qt4.3
Try "configure -help" and then start reading.
Re: i want to integrate msvc2005 with Qt4.3
i tried this before . i got frustrated . what is your IDE i will use it instead of msvc?
can you help me in this?
Re: i want to integrate msvc2005 with Qt4.3
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.
Re: i want to integrate msvc2005 with Qt4.3
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 :)
Re: i want to integrate msvc2005 with Qt4.3
Giving fish to people should be a good enough reason to ban someone ;)
Re: i want to integrate msvc2005 with Qt4.3
thanks very much, i did it. i wrote "configure -platform win32-msvc" and it is working fine
thanks for every one.
Re: i want to integrate msvc2005 with Qt4.3
Quote:
Originally Posted by
coder1985
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!