Title: [150882] trunk/Source/WebCore
Revision
150882
Author
[email protected]
Date
2013-05-29 04:01:20 -0700 (Wed, 29 May 2013)

Log Message

[Qt] Missing files from build after r150853
https://bugs.webkit.org/show_bug.cgi?id=116932

Patch by Peter Gal <[email protected]> on 2013-05-29
Reviewed by Csaba Osztrogonác.

* Target.pri: Added missing include path.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (150881 => 150882)


--- trunk/Source/WebCore/ChangeLog	2013-05-29 10:57:07 UTC (rev 150881)
+++ trunk/Source/WebCore/ChangeLog	2013-05-29 11:01:20 UTC (rev 150882)
@@ -1,3 +1,12 @@
+2013-05-29  Peter Gal  <[email protected]>
+
+        [Qt] Missing files from build after r150853
+        https://bugs.webkit.org/show_bug.cgi?id=116932
+
+        Reviewed by Csaba Osztrogonác.
+
+        * Target.pri: Added missing include path.
+
 2013-05-29  Mihai Maerean  <[email protected]>
 
         [CSS Regions] Content that has overflow: scroll cannot be scrolled by dragging the scroll thumbs with the mouse

Modified: trunk/Source/WebCore/Target.pri (150881 => 150882)


--- trunk/Source/WebCore/Target.pri	2013-05-29 10:57:07 UTC (rev 150881)
+++ trunk/Source/WebCore/Target.pri	2013-05-29 11:01:20 UTC (rev 150882)
@@ -3311,7 +3311,8 @@
     use?(QTKIT) {
         INCLUDEPATH += \
             $$SOURCE_DIR/../WebKitLibraries/ \
-            $$PWD/platform/mac
+            $$PWD/platform/mac \
+            $$PWD/platform/cf
 
 
         HEADERS += \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to