Title: [137579] trunk
Revision
137579
Author
[email protected]
Date
2012-12-13 02:56:09 -0800 (Thu, 13 Dec 2012)

Log Message

[Qt] Fix missing doc dependency to examples

Patch by Jerome Pasion <[email protected]> on 2012-12-13
Reviewed by Simon Hausmann.

* Source/qtwebkit.qdocconf:

Modified Paths

Diff

Modified: trunk/ChangeLog (137578 => 137579)


--- trunk/ChangeLog	2012-12-13 10:27:32 UTC (rev 137578)
+++ trunk/ChangeLog	2012-12-13 10:56:09 UTC (rev 137579)
@@ -1,3 +1,11 @@
+2012-12-13  Jerome Pasion <[email protected]>
+
+        [Qt] Fix missing doc dependency to examples
+
+        Reviewed by Simon Hausmann.
+
+        * Source/qtwebkit.qdocconf:
+
 2012-12-12  John Griggs  <[email protected]>
 
         2012-12-12  John Griggs  <[email protected]>

Modified: trunk/Source/qtwebkit.qdocconf (137578 => 137579)


--- trunk/Source/qtwebkit.qdocconf	2012-12-13 10:27:32 UTC (rev 137578)
+++ trunk/Source/qtwebkit.qdocconf	2012-12-13 10:56:09 UTC (rev 137579)
@@ -10,4 +10,4 @@
 exampledirs = WebKit/qt/docs
 imagedirs = WebKit/qt/docs
 
-depends += qtcore qtwidgets qtgui qtscript qtdoc qtprintsupport qtxml
+depends += qtcore qtwidgets qtgui qtscript qtdoc qtprintsupport qtxml qtwebkitexamples
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to