[Qt-interest] qt in vc++ debug problem
David Ching
dc at remove-this.dcsoft.com
Sun Dec 6 22:33:40 CET 2009
"Sujan Dasmahapatra" <sujan.dasmahapatra at gmail.com> wrote in message
news:b3126990912050618v7728ad96w5d77aae8f54d87e6 at mail.gmail.com...
> Dear Friends
> I have cofigured QT in VC++ and trying to build in debug mode
> when I am pressing F5 it gives and error
> "The application has failed to start because QtGuid4.dll was not found.
> Re-installing the application may fix this problem"
> After searching I found that I nee to build qt in debug mode by "qvars.bat
> compile_debug"
> but there's no qvars.bat file in the \Qt\2009.04\qt\bin directory or
> anywhere under Qt.
> So what should I do for building application in debg mode.
> In release mode it runs fine but Ctrl+F5 is not working I need to goto the
> release folder and click the exe that runs the application.
> Please guide me someone to fix this.
I've never heard of qvars.bat; you just run Configure.exe with the
appropriate command-line options and then run nmake. By default, if you
don't specify otherwise, Configure will setup the makefiles to build both
release and debug. You should run
nmake confclean
to remove remnants from the previous build prior to running nmake again.
Also read the INSTALL file in the root folder of your Qt installation.
-- David
More information about the Qt-interest-old
mailing list