Title: [118377] trunk/Source/WebCore
- Revision
- 118377
- Author
- [email protected]
- Date
- 2012-05-24 08:10:35 -0700 (Thu, 24 May 2012)
Log Message
[Qt] Unreviewed trvial fixes.
* Target.pri: Typo fix after r118226.
* WebCore.pri: Warning fix after r117291.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (118376 => 118377)
--- trunk/Source/WebCore/ChangeLog 2012-05-24 15:07:29 UTC (rev 118376)
+++ trunk/Source/WebCore/ChangeLog 2012-05-24 15:10:35 UTC (rev 118377)
@@ -1,3 +1,10 @@
+2012-05-24 Csaba Osztrogonác <[email protected]>
+
+ [Qt] Unreviewed trvial fixes.
+
+ * Target.pri: Typo fix after r118226.
+ * WebCore.pri: Warning fix after r117291.
+
2012-05-24 Antti Koivisto <[email protected]>
Move StyleRuleImport to a file of its own
Modified: trunk/Source/WebCore/Target.pri (118376 => 118377)
--- trunk/Source/WebCore/Target.pri 2012-05-24 15:07:29 UTC (rev 118376)
+++ trunk/Source/WebCore/Target.pri 2012-05-24 15:10:35 UTC (rev 118377)
@@ -1710,7 +1710,7 @@
dom/DocumentMarkerController.h \
dom/DocumentOrderedMap.h \
dom/DocumentType.h \
- dom/DOMEvent.h \
+ dom/DOMError.h \
dom/DOMImplementation.h \
dom/DOMStringList.h \
dom/DOMStringMap.h \
Modified: trunk/Source/WebCore/WebCore.pri (118376 => 118377)
--- trunk/Source/WebCore/WebCore.pri 2012-05-24 15:07:29 UTC (rev 118376)
+++ trunk/Source/WebCore/WebCore.pri 2012-05-24 15:10:35 UTC (rev 118377)
@@ -12,7 +12,8 @@
# We enable TextureMapper by default; remove this line to enable GraphicsLayerQt.
CONFIG += texmap
-QT *= network sql gui-private
+QT *= network sql
+haveQt(5): QT *= gui-private
WEBCORE_GENERATED_SOURCES_DIR = $${ROOT_BUILD_DIR}/Source/WebCore/$${GENERATED_SOURCES_DESTDIR}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes