[Qt-creator] qmake debug release conditional builds
paulo
paulo.jnkml at gmail.com
Mon Nov 9 01:00:49 CET 2009
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
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
More information about the Qt-creator-old
mailing list