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
