Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, February 2007
Re: Question about qmake and debug/release configurations


Message 1 in thread

Hi Brant,

In VS2003 (using Qt integration with commercial windows edition) there are 
menu options (configuration manager or batch build or similar, under build?) 
where you can select whether to have release or debug modes.  I don't recall 
the precise commands but I have made it build both versions from one 
invokation of build.  Sounds like it might be what you want without the need 
to manipulate pro yourself.

A

> Hi. I have a .pro file that I am using to generate a Visual Studio
> project file. I currently have a line that looks like this:
>
> win32:LIBS += MSVCPRT.LIB msvcrt.lib
>
> This results in a working Release configuration. However, I also
> would like a working Debug configuration. Currently I have to
> manually alter the properties for the debug configuration to specify
> debug versions of these libraries.
>
> Is it possible to change the .pro file so that it will have a debug
> and release case?
>
> Thanks.
>
> Brant Sears
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body. List archive and information:
> http://lists.trolltech.com/qt-interest/

--
 [ signature omitted ]