Hi,

I would like some help on this issue.


Apparently using the debug directly wont work, but when I use:


CONFIG(debug, debug|release) {

CONFIG(release, debug|release) {

warning("release set with debug! Ignoring release.")

}

warning("Building debug.")

} else {

warning("Building release.")

}

it wont matter if I'm building for release or, because I'll get always:

Project WARNING: Building release.


So, what's the right way to do this?


Thanks
Paulo

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to