[Qt-interest] qmake
Graham Labdon
Graham.Labdon at avalonsciences.com
Mon Oct 31 16:33:03 CET 2011
Thanks!
-----Original Message-----
From: qt-interest-bounces+graham.labdon=avalonsciences.com at qt.nokia.com [mailto:qt-interest-bounces+graham.labdon=avalonsciences.com at qt.nokia.com] On Behalf Of Thiago Macieira
Sent: 31 October 2011 15:08
To: qt-interest at qt.nokia.com
Subject: Re: [Qt-interest] qmake
On Monday, 31 de October de 2011 14:56:05 Graham Labdon wrote:
> Hello list
>
> I have a .pro file that when I run qmake under windows generates
> Makefile Makefile.release Makefile.debug
>
> When I run qmake on the same .profile under linux I only get a single
> make file that produces a release verison
>
> Why are these different?
Because your Qt on Windows was built in debug-and-release mode, while the one on Linux was probably built on release-only mode.
> How can I get a debug version on Linux?
qmake CONFIG-=release CONFIG+=debug
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Software Architect - Intel Open Source Technology Center
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
More information about the Qt-interest-old
mailing list