Title: [136931] trunk/Tools
Revision
136931
Author
[email protected]
Date
2012-12-07 00:25:49 -0800 (Fri, 07 Dec 2012)

Log Message

Unreviewed fix, unbreak run-launcher after library renaming.

* Scripts/webkitdirs.pm:
(builtDylibPathForName):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (136930 => 136931)


--- trunk/Tools/ChangeLog	2012-12-07 08:25:23 UTC (rev 136930)
+++ trunk/Tools/ChangeLog	2012-12-07 08:25:49 UTC (rev 136931)
@@ -1,3 +1,10 @@
+2012-12-07  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed fix, unbreak run-launcher after library renaming.
+
+        * Scripts/webkitdirs.pm:
+        (builtDylibPathForName):
+
 2012-12-06  Csaba Osztrogonác  <[email protected]>
 
         Unreviewed fix after r136896, unbreak --debug-rwt to make bots result verbose again.

Modified: trunk/Tools/Scripts/webkitdirs.pm (136930 => 136931)


--- trunk/Tools/Scripts/webkitdirs.pm	2012-12-07 08:25:23 UTC (rev 136930)
+++ trunk/Tools/Scripts/webkitdirs.pm	2012-12-07 08:25:49 UTC (rev 136931)
@@ -723,7 +723,7 @@
     }
     if (isQt()) {
         my $isSearchingForWebCore = $libraryName =~ "WebCore";
-        $libraryName = "QtWebKitWidgets";
+        $libraryName = "Qt5WebKitWidgets";
         my $result;
         if (isDarwin() and -d "$configurationProductDir/lib/$libraryName.framework") {
             $result = "$configurationProductDir/lib/$libraryName.framework/$libraryName";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to