Title: [100993] trunk/Source/WebCore
Revision
100993
Author
zol...@webkit.org
Date
2011-11-22 05:38:51 -0800 (Tue, 22 Nov 2011)

Log Message

[Qt] Build fix for MHTML support

* Target.pri: Add missing includepath.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (100992 => 100993)


--- trunk/Source/WebCore/ChangeLog	2011-11-22 13:38:40 UTC (rev 100992)
+++ trunk/Source/WebCore/ChangeLog	2011-11-22 13:38:51 UTC (rev 100993)
@@ -1,3 +1,9 @@
+2011-11-22  Zoltan Horvath  <zol...@webkit.org>
+
+        [Qt] Build fix for MHTML support
+
+        * Target.pri: Add missing includepath.
+
 2011-11-22  Vsevolod Vlasov  <vse...@chromium.org>
 
         Web Inspector: Extract SplitView from Panel.createSidebar() method and reuse in Elements and Scripts panels.

Modified: trunk/Source/WebCore/Target.pri (100992 => 100993)


--- trunk/Source/WebCore/Target.pri	2011-11-22 13:38:40 UTC (rev 100992)
+++ trunk/Source/WebCore/Target.pri	2011-11-22 13:38:51 UTC (rev 100993)
@@ -3817,6 +3817,9 @@
 }
 
 contains(DEFINES, ENABLE_MHTML=1) {
+
+    INCLUDEPATH += $$PWD/loader/archive/mhtml
+
     HEADERS += \
         loader/archive/Archive.h \
         page/PageSerializer.h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to