In another post I wrote about this issue. This can be a qmake bug, I really don't know. But in Windows (only tried there) it will not work if it is "debug" or "release". It will work *only* with "Debug" and "Release". I will test it in Linux as soon as possible.
On Wed, Apr 29, 2009 at 3:16 PM, Andre Poenitz <[email protected]> wrote: > On Wed, Apr 29, 2009 at 12:13:37PM -0500, Ed Sutton wrote: >> Debug:DEFINES+=DEBUG >> >> Is the above the correct syntax to conditionally define "DEBUG" when >> compiling a QT Creator Debug project? > > I think the canonical way is to use > > CONFIG(debug, debug|release) > > as "condition". > > Andre' > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > -- Animal Liberation Front http://www.animal-liberation.com/ _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
