Title: [121962] trunk
Revision
121962
Author
[email protected]
Date
2012-07-06 06:15:24 -0700 (Fri, 06 Jul 2012)

Log Message

[Qt] Let qt_module_config create the forwarding module pri file

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

Patch by Oswald Buddenhagen <[email protected]> on 2012-07-06
Reviewed by Tor Arne Vestbø.

* Source/sync.profile:

Modified Paths

Diff

Modified: trunk/ChangeLog (121961 => 121962)


--- trunk/ChangeLog	2012-07-06 13:14:20 UTC (rev 121961)
+++ trunk/ChangeLog	2012-07-06 13:15:24 UTC (rev 121962)
@@ -1,5 +1,15 @@
 2012-07-06  Oswald Buddenhagen  <[email protected]>
 
+        [Qt] Let qt_module_config create the forwarding module pri file
+
+        https://bugs.webkit.org/show_bug.cgi?id=90461
+
+        Reviewed by Tor Arne Vestbø.
+
+        * Source/sync.profile:
+
+2012-07-06  Oswald Buddenhagen  <[email protected]>
+
         [Qt] Don't let qt_webkit.pri proclaim its own location
 
         This won't work any more with recent Qt5 versions, as the forwarding

Modified: trunk/Source/sync.profile (121961 => 121962)


--- trunk/Source/sync.profile	2012-07-06 13:14:20 UTC (rev 121961)
+++ trunk/Source/sync.profile	2012-07-06 13:15:24 UTC (rev 121962)
@@ -6,7 +6,4 @@
 );
 %classnames = (
 );
-%modulepris = (
-    "QtWebKit" => "$basedir/../Tools/qmake/qt_webkit.pri",
-);
 @ignore_for_master_contents = ( "qwebscriptworld.h", "testwindow.h", "util.h", "bytearraytestdata.h" );
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to