Title: [123185] trunk/Source/WebCore
Revision
123185
Author
commit-qu...@webkit.org
Date
2012-07-19 23:48:11 -0700 (Thu, 19 Jul 2012)

Log Message

[Qt] Compile WebCore without QtWidgets
https://bugs.webkit.org/show_bug.cgi?id=91819

Patch by Simon Hausmann <simon.hausm...@nokia.com> on 2012-07-19
Reviewed by Kenneth Rohde Christiansen.

* WebCore.pri: QT += opengl is not needed for Qt 5, given that QtGui has OpenGL
support built in with the QOpenGL* classes.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (123184 => 123185)


--- trunk/Source/WebCore/ChangeLog	2012-07-20 06:33:48 UTC (rev 123184)
+++ trunk/Source/WebCore/ChangeLog	2012-07-20 06:48:11 UTC (rev 123185)
@@ -1,3 +1,13 @@
+2012-07-19  Simon Hausmann  <simon.hausm...@nokia.com>
+
+        [Qt] Compile WebCore without QtWidgets
+        https://bugs.webkit.org/show_bug.cgi?id=91819
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * WebCore.pri: QT += opengl is not needed for Qt 5, given that QtGui has OpenGL
+        support built in with the QOpenGL* classes.
+
 2012-07-19  MORITA Hajime  <morr...@google.com>
 
         [Refactoring] Replace Node's Document pointer with a TreeScope pointer

Modified: trunk/Source/WebCore/WebCore.pri (123184 => 123185)


--- trunk/Source/WebCore/WebCore.pri	2012-07-20 06:33:48 UTC (rev 123184)
+++ trunk/Source/WebCore/WebCore.pri	2012-07-20 06:48:11 UTC (rev 123185)
@@ -193,8 +193,7 @@
     contains(QT_CONFIG, opengles2): LIBS += -lEGL
     mac: LIBS += -framework IOSurface -framework CoreFoundation
     linux-*:contains(DEFINES, HAVE_XCOMPOSITE=1): LIBS += -lXcomposite
-    # Only WebKit1 needs the opengl module, so it's optional for Qt5.
-    haveQt(4)|contains(QT_CONFIG, opengl): QT *= opengl
+    haveQt(4): QT *= opengl
 }
 
 !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to