⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 132482 in webkit


Ignore:
Timestamp:
Oct 25, 2012, 7:45:32 AM (14 years ago)
Author:
zeno.albisser@digia.com
Message:

[Qt] Adjust library name in webkitdirs.pm after r131300.
https://bugs.webkit.org/show_bug.cgi?id=100376

The library was renamed from QtWebKit to QtWebKitWidgets.
run-launcher was still looking for QtWebKit.

Reviewed by Simon Hausmann.

  • Scripts/webkitdirs.pm:

(builtDylibPathForName):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r132478 r132482  
     12012-10-25  Zeno Albisser  <zeno@webkit.org>
     2
     3        [Qt] Adjust library name in webkitdirs.pm after r131300.
     4        https://bugs.webkit.org/show_bug.cgi?id=100376
     5
     6        The library was renamed from QtWebKit to QtWebKitWidgets.
     7        run-launcher was still looking for QtWebKit.
     8
     9        Reviewed by Simon Hausmann.
     10
     11        * Scripts/webkitdirs.pm:
     12        (builtDylibPathForName):
     13
    1142012-10-22  Mikhail Naganov  <mnaganov@chromium.org>
    215
  • trunk/Tools/Scripts/webkitdirs.pm

    r131453 r132482  
    724724    if (isQt()) {
    725725        my $isSearchingForWebCore = $libraryName =~ "WebCore";
    726         $libraryName = "QtWebKit";
     726        $libraryName = "QtWebKitWidgets";
    727727        my $result;
    728728        if (isDarwin() and -d "$configurationProductDir/lib/$libraryName.framework") {
Note: See TracChangeset for help on using the changeset viewer.