﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
134	QMake: Incorrectly generated INCLUDE entries due to missing substutution in moc.prf/uic.prf	hermi		"Incorrect INCLUDE entries have been generated.

Solved by changing

QT4.5.1-GA\mkspecs\features\moc.prf (line 76):

{{{
win32:moc_dir_short ~= s,^.:,/,
}}}

to
{{{

""win32|os2:moc_dir_short ~= s,^.:,/,""
}}}


and

QT4.5.1-GA\mkspecs\features\uic.prf (line 38):

{{{
win32:ui_dir_short ~= s,^.:,/,
}}}

to

{{{
win32|os2:ui_dir_short ~= s,^.:,/,
}}}



It might make sense to review all other *.prf files if some more ""win32"" -> ""win32|os2"" changes are needed."	defect	closed	major	Qt Enhanced	qmake	4.5.1 GA	medium	fixed		
