Title: [129640] trunk/Tools
Revision
129640
Author
[email protected]
Date
2012-09-26 07:23:01 -0700 (Wed, 26 Sep 2012)

Log Message

[Qt][WTR] Build fix for MSVC.
https://bugs.webkit.org/show_bug.cgi?id=97667

Patch by Zoltan Arvai <[email protected]> on 2012-09-26
Reviewed by Csaba Osztrogonác.

WTR misses InjectedBundle headers. Adding $$PWD to Target.pri is required for MSVC. Clean build is necessary on Windows.

* WebKitTestRunner/InjectedBundle/Target.pri:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (129639 => 129640)


--- trunk/Tools/ChangeLog	2012-09-26 14:14:19 UTC (rev 129639)
+++ trunk/Tools/ChangeLog	2012-09-26 14:23:01 UTC (rev 129640)
@@ -1,3 +1,14 @@
+2012-09-26  Zoltan Arvai  <[email protected]>
+
+        [Qt][WTR] Build fix for MSVC. 
+        https://bugs.webkit.org/show_bug.cgi?id=97667
+
+        Reviewed by Csaba Osztrogonác.
+
+        WTR misses InjectedBundle headers. Adding $$PWD to Target.pri is required for MSVC. Clean build is necessary on Windows.
+
+        * WebKitTestRunner/InjectedBundle/Target.pri:
+
 2012-09-26  Xiaobo Wang  <[email protected]>
 
         [BlackBerry] [DRT] eventSender.keyDown() doesn't support Ctrl key modifier

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/Target.pri (129639 => 129640)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/Target.pri	2012-09-26 14:14:19 UTC (rev 129639)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/Target.pri	2012-09-26 14:23:01 UTC (rev 129640)
@@ -59,6 +59,7 @@
 have?(FONTCONFIG): PKGCONFIG += fontconfig
 
 INCLUDEPATH += \
+    $$PWD \
     $$PWD/.. \
     $$PWD/Bindings \
     $${ROOT_WEBKIT_DIR}/Source/WebCore/testing/js \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to