Title: [124447] trunk/Tools
- Revision
- 124447
- Author
- [email protected]
- Date
- 2012-08-02 06:13:29 -0700 (Thu, 02 Aug 2012)
Log Message
[Qt] MSVC specific buildfix for DRT.
https://bugs.webkit.org/show_bug.cgi?id=92978
Patch by Zoltan Arvai <[email protected]> on 2012-08-02
Reviewed by Simon Hausmann.
DumpRenderTree/qt subdirectory is missing from generated makefile under MSVC build, need to be added to the pro file.
* DumpRenderTree/qt/DumpRenderTree.pro:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (124446 => 124447)
--- trunk/Tools/ChangeLog 2012-08-02 13:13:20 UTC (rev 124446)
+++ trunk/Tools/ChangeLog 2012-08-02 13:13:29 UTC (rev 124447)
@@ -1,3 +1,14 @@
+2012-08-02 Zoltan Arvai <[email protected]>
+
+ [Qt] MSVC specific buildfix for DRT.
+ https://bugs.webkit.org/show_bug.cgi?id=92978
+
+ Reviewed by Simon Hausmann.
+
+ DumpRenderTree/qt subdirectory is missing from generated makefile under MSVC build, need to be added to the pro file.
+
+ * DumpRenderTree/qt/DumpRenderTree.pro:
+
2012-08-02 Alexander Shalamov <[email protected]>
[EFL][WK2] WTR is failing when X server is not running
Modified: trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro (124446 => 124447)
--- trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro 2012-08-02 13:13:20 UTC (rev 124446)
+++ trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro 2012-08-02 13:13:29 UTC (rev 124447)
@@ -13,6 +13,7 @@
!v8: WEBKIT += _javascript_core
INCLUDEPATH += \
+ $$PWD/ \
$$PWD/.. \
$${ROOT_WEBKIT_DIR}/Source/WebKit/qt/WebCoreSupport \
$${ROOT_WEBKIT_DIR}/Source/WTF
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes