Title: [105731] trunk/Source/WebCore
Revision
105731
Author
[email protected]
Date
2012-01-24 05:28:08 -0800 (Tue, 24 Jan 2012)

Log Message

[Qt] Incremental build problem.
https://bugs.webkit.org/show_bug.cgi?id=74687

It is necessary to set mathattrs.in dependency for generating MathMLNames.cpp file.

Patch by Ádám Kallai <[email protected]> on 2012-01-24
Reviewed by Csaba Osztrogonác.

* DerivedSources.pri:
I added missing depend.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105730 => 105731)


--- trunk/Source/WebCore/ChangeLog	2012-01-24 12:55:05 UTC (rev 105730)
+++ trunk/Source/WebCore/ChangeLog	2012-01-24 13:28:08 UTC (rev 105731)
@@ -1,3 +1,15 @@
+2012-01-24  Ádám Kallai  <[email protected]>
+
+        [Qt] Incremental build problem.
+        https://bugs.webkit.org/show_bug.cgi?id=74687
+
+        It is necessary to set mathattrs.in dependency for generating MathMLNames.cpp file.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * DerivedSources.pri:
+        I added missing depend.
+
 2012-01-24  Mario Sanchez Prada  <[email protected]>
 
         [GTK] Refactor GTK's accessibilitity code to be more modular

Modified: trunk/Source/WebCore/DerivedSources.pri (105730 => 105731)


--- trunk/Source/WebCore/DerivedSources.pri	2012-01-24 12:55:05 UTC (rev 105730)
+++ trunk/Source/WebCore/DerivedSources.pri	2012-01-24 13:28:08 UTC (rev 105731)
@@ -611,6 +611,7 @@
 
 mathmlnames.output = MathMLNames.cpp
 mathmlnames.input = MATHML_NAMES
+mathmlnames.depends = $$PWD/mathml/mathattrs.in
 mathmlnames.script = $$PWD/dom/make_names.pl
 mathmlnames.commands = perl -I$$PWD/bindings/scripts $$mathmlnames.script --tags $$PWD/mathml/mathtags.in --attrs $$PWD/mathml/mathattrs.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory $$wrapperFactoryArg --outputDir ${QMAKE_FUNC_FILE_OUT_PATH}
 mathmlnames.extra_sources = MathMLElementFactory.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to