﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
310	Debug build configuration looks for nonexistent libraries	Alex Taylor		"Switching a Qt4 project to debug mode with

CONFIG += debug console

causes build to fail with the error message 

{{{
weakld: cannot open library file '<path>\QtGuid_s.a'
}}}

which is caused by the generated Makefile line

LIBS          = -Le:\usr\lib -lQtGuid -lQtCored

A search both locally and using 'yum provides' indicates that no library named QtGuid* exists anywhere.

Changing the above Makefile line to specify -lQtGui4 and -lQtCore4 allows build to complete, although presumably debug traces within the Qt4 runtime itself will not be possible."	defect	closed	major	Qt Enhanced	General	4.7.3	medium	fixed	debug lib	
