Title: [157713] trunk/Source/WebKit2
- Revision
- 157713
- Author
- [email protected]
- Date
- 2013-10-21 02:31:07 -0700 (Mon, 21 Oct 2013)
Log Message
Remove qt from generate-forwarding-headers.pl
https://bugs.webkit.org/show_bug.cgi?id=123090
Patch by Gergo Balogh <[email protected]> on 2013-10-21
Reviewed by Andreas Kling.
* Scripts/generate-forwarding-headers.pl:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (157712 => 157713)
--- trunk/Source/WebKit2/ChangeLog 2013-10-21 09:00:49 UTC (rev 157712)
+++ trunk/Source/WebKit2/ChangeLog 2013-10-21 09:31:07 UTC (rev 157713)
@@ -1,3 +1,12 @@
+2013-10-21 Gergo Balogh <[email protected]>
+
+ Remove qt from generate-forwarding-headers.pl
+ https://bugs.webkit.org/show_bug.cgi?id=123090
+
+ Reviewed by Andreas Kling.
+
+ * Scripts/generate-forwarding-headers.pl:
+
2013-10-21 Zan Dobersek <[email protected]>
[GTK] g-ir-scanner should use the configured C compiler
Modified: trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl (157712 => 157713)
--- trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl 2013-10-21 09:00:49 UTC (rev 157712)
+++ trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl 2013-10-21 09:31:07 UTC (rev 157713)
@@ -35,7 +35,7 @@
my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
my $incFromRoot = abs_path($ARGV[0]);
-my @platformPrefixes = ("blackberry", "cf", "CoordinatedGraphics", "curl", "efl", "gtk", "mac", "qt", "soup", "win");
+my @platformPrefixes = ("blackberry", "cf", "CoordinatedGraphics", "curl", "efl", "gtk", "mac", "soup", "win");
my @frameworks = ("_javascript_Core", "WebCore", "WebKit2");
my @skippedPrefixes;
my @frameworkHeaders;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes