﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
230	Avoid quoting of make variables/macros	rudi		"In r909 quoting for ""clean"" targets was introduced. This creates a rule like this:

{{{
   -$(DEL_FILE) $(basename $(DESTDIR_TARGET)).map >nul 2>&1
}}}


I think, we should not quote file names, that are expanded by make.
"	defect	closed	minor	Qt 4.7	qmake		low	fixed		
