[Webkit-unassigned] [Bug 32680] [Qt] webkitdirs.pm function builtDylibPathForName returns wrong path to library
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 18 02:49:28 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32680
--- Comment #4 from Simon Hausmann <hausmann at webkit.org> 2009-12-18 02:49:28 PST ---
(In reply to comment #3)
> I think we should put either a new if isQt() inside isWindows() or elsif with
> isQt() && isWindows() for better readability.
>
> Btw, Simon why do we use other lib name on Windows?
I agree, this needs an isQt() somewhere :)
It is a convention in Qt to add the major number to the name of the DLL,
similar to how the major version on Linux for example is part of the name and
respected by the dynamic linker. An identical major version number indicates
binary compatibility towards newer versions.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list