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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to