Title: [127261] trunk/Tools
Revision
127261
Author
[email protected]
Date
2012-08-31 07:47:17 -0700 (Fri, 31 Aug 2012)

Log Message

[Qt] Support WebKit2/QML on QNX
https://bugs.webkit.org/show_bug.cgi?id=95466

Patch by Milian Wolff <[email protected]> on 2012-08-31
Reviewed by Noam Rosenthal.

Enable USE(3D_GRAPHICS) on QNX again, paired with the other bug fixes
this should finally work now.

* qmake/mkspecs/features/features.prf:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (127260 => 127261)


--- trunk/Tools/ChangeLog	2012-08-31 14:38:56 UTC (rev 127260)
+++ trunk/Tools/ChangeLog	2012-08-31 14:47:17 UTC (rev 127261)
@@ -1,3 +1,15 @@
+2012-08-31  Milian Wolff  <[email protected]>
+
+        [Qt] Support WebKit2/QML on QNX
+        https://bugs.webkit.org/show_bug.cgi?id=95466
+
+        Reviewed by Noam Rosenthal.
+
+        Enable USE(3D_GRAPHICS) on QNX again, paired with the other bug fixes
+        this should finally work now.
+
+        * qmake/mkspecs/features/features.prf:
+
 2012-08-30  Xianzhu Wang  <[email protected]>
 
         [Chromium-Android] Skip compositing/webgl and platform/chromium/virtual/threaded/compositing/webgl tests

Modified: trunk/Tools/qmake/mkspecs/features/features.prf (127260 => 127261)


--- trunk/Tools/qmake/mkspecs/features/features.prf	2012-08-31 14:38:56 UTC (rev 127260)
+++ trunk/Tools/qmake/mkspecs/features/features.prf	2012-08-31 14:47:17 UTC (rev 127261)
@@ -108,8 +108,7 @@
 # Enable the USE(3D_GRAPHICS) flag when QtOpenGL is enabled.
 !contains(DEFINES, WTF_USE_3D_GRAPHICS=.):contains(QT_CONFIG, opengl) {
     # Disable USE(3D_GRAPHICS) on Windows temporarily, see https://bugs.webkit.org/show_bug.cgi?id=90850 for details.
-    # Also disable on QNX, see https://bugs.webkit.org/show_bug.cgi?id=93278
-    !win32-*:!qnx {
+    !win32-* {
         DEFINES += WTF_USE_3D_GRAPHICS=1
     }
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to