[Interest] Windows application runs with console window
Thiago Macieira
thiago.macieira at intel.com
Sun Sep 8 06:18:38 CEST 2013
On domingo, 8 de setembro de 2013 07:04:04, Igor Mironchik wrote:
> CONFIG(debug) {
> DEFINES += PROJECT_DEBUG
> QT += testlib
> }
>
> But why? In release mode?
Because the test is wrong.
You need to write:
CONFIG(debug, debug|release)
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130907/baaa3f66/attachment.sig>
More information about the Interest
mailing list