﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
196	"Qmake creates invalid ""LIBS"" entry in Makefile,xxxxx"	rudi		"When a library in a *.pro file has special chars in it's name the library name in the makefile is not correctly escaped.

Example.pro:

LIBS += -lMagick++

Makefile:

LIBS = ... -l""-lMagick++""

Note that the attached diff has some whitespace changes as well. The functional part is the removal of the quotes before checking for ""-l"" or ""-L"".

"	defect	closed	major	Qt 4.7	qmake	4.6.3	medium	fixed		
