Hi,

I was using that, but it has exactly the same effect.
Besides, the qmake tutorial page "says" to use debug {}, which I find 
much more elegant.


Paulo
> Don't use 'debug' and 'release' scopes. It's almost never what you need.
> Instead use:
>
> CONFIG(debug, debug|release) {
>       # That is the "debug" branch
>       TARGET = app.dbg
> } else {
>       # That is the "release" branch
>       TARGET = app.bin
> }
>
> Andre'
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>    

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

Reply via email to