[Qt-interest] qmake
Thiago Macieira
thiago at kde.org
Mon Oct 31 16:08:17 CET 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111031/e1a1d674/attachment.bin
More information about the Qt-interest-old
mailing list