-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
3.x, 4.5.3, 4.6.0
-
None
-
Windows XP/ Qt-win-4.5.3/Qt-win-4.6.0
On windows ,with configure option "-qtlibinfix 4.5.3", the lib files are renamed as:
QtCore4.5.34.dll
QtCore4.5.3d4.dll
this causes link error.
Should be QtCore4.5.3.dll / QtCore4.5.3d.dll
4.6.x also has the same problem.
On linux, the libs are renamed to libQtCore4.5.3.so.x, seems to be correct.
Not tested on other platforms.