﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
207	omit linking produces make error	rudi		"qmake supports the a CONFIG option named ""no_link"". It is mostly used when build documentations or other non-source code parts of a program.

When that option is present in a *.pro file, qmake generates:

{{{
LINK          = @: IGNORE THIS LINE
LFLAGS        = -Zomf -Zstack 0x2000  ....
}}}

When running make, it complains that the program "":"" does not exist.

"	defect	closed	major	Qt Enhanced	qmake	4.6.3	medium	invalid		
