# HG changeset patch # User thomas_-_s # Date 1246312179 0 # Node ID 4f83900d6d121299dfaebf6730da4a9e4d22bd7c # Parent f6a5c8c3cf367e3992fa6d5c27e910d1b74b8c0a Added debug defines to the qmake file. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@970 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r f6a5c8c3cf36 -r 4f83900d6d12 UniversalIndentGUI.pro --- a/UniversalIndentGUI.pro Wed Jun 03 13:56:56 2009 +0000 +++ b/UniversalIndentGUI.pro Mon Jun 29 21:49:39 2009 +0000 @@ -162,6 +162,7 @@ CONFIG(debug, debug|release) { DESTDIR = ./debug + DEFINES += _DEBUG DEBUG } else { DESTDIR = ./release }