﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
214	make process hangs when compiling .rc file	rudi		"When an RC_FILE is specified in the project, QMAKE creates a call to compile resources. It looks like this:

{{{
set INCLUDE=%INCLUDE%;$(INCLUDEPATH) & $(RC) -n -r $(RC_FILE) $(RES_FILE)
}}}

In some cases %INCLUDE% gets too long for CMD.EXE (or RC.EXE ?) so that the build process will hang. Why do we need %INCLUDE% here at all ? In Windows this is not done either. When using the MinGW tool chain, only ""."" is specified to the ""windres"" tool and when using MSVC, they pass %DEFINES% and leave %INCLUDE% untouched.

"	defect	closed	major	Qt 4.7	qmake	4.6.3	low	fixed		
