﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
37	Static configurations link aginst wrong .lib	rudi	dmik	"When Qt is configured as static library, the file that gets created is named ""myqt.lib"". However, makefiles generated from *.pro will search for ""qt.lib"".

Changing lines 143 and 144 in mkspecs\os2-g++\qmake.conf

from:

QMAKE_LIBS_QT           = qt registry.dll socket
QMAKE_LIBS_QT_THREAD    = qt registry.dll socket

to:

QMAKE_LIBS_QT           = $$QMAKE_QT_DLL_TARGET registry.dll socket
QMAKE_LIBS_QT_THREAD    = $$QMAKE_QT_DLL_TARGET registry.dll socket

appears to fix this.

"	defect	assigned	normal		kernel		normal			
