[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 09:28:24 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32680





--- Comment #7 from Zoltan Horvath <zoltan at webkit.org>  2009-12-18 09:28:24 PST ---
(In reply to comment #6)
> Never mind, there is already an outer "if (isQt())",
> <http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitdirs.pm?rev=51932#L528>.
> Hence, we add the QT_MAJOR_VERSION to the DLL name if we are using Qt and are
> on the Windows or Cygwin platform.
> 
> So, Simon, Zoltan, are you asking to fold in this outer "if (isQt())" into the
> inner if, elsif, else block?

You're right. Why there is a isCygwin(), normally you compile Qt with MinGW...
Please remove isCygwin() and it will be okay in that block.

-- 
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