Changeset 127261 in webkit


Ignore:
Timestamp:
Aug 31, 2012 7:47:17 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Milian Wolff <milian.wolff@kdab.com> 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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r127203 r127261  
     12012-08-31  Milian Wolff  <milian.wolff@kdab.com>
     2
     3        [Qt] Support WebKit2/QML on QNX
     4        https://bugs.webkit.org/show_bug.cgi?id=95466
     5
     6        Reviewed by Noam Rosenthal.
     7
     8        Enable USE(3D_GRAPHICS) on QNX again, paired with the other bug fixes
     9        this should finally work now.
     10
     11        * qmake/mkspecs/features/features.prf:
     12
    1132012-08-30  Xianzhu Wang  <wangxianzhu@chromium.org>
    214
  • trunk/Tools/qmake/mkspecs/features/features.prf

    r126299 r127261  
    109109!contains(DEFINES, WTF_USE_3D_GRAPHICS=.):contains(QT_CONFIG, opengl) {
    110110    # Disable USE(3D_GRAPHICS) on Windows temporarily, see https://bugs.webkit.org/show_bug.cgi?id=90850 for details.
    111     # Also disable on QNX, see https://bugs.webkit.org/show_bug.cgi?id=93278
    112     !win32-*:!qnx {
     111    !win32-* {
    113112        DEFINES += WTF_USE_3D_GRAPHICS=1
    114113    }
Note: See TracChangeset for help on using the changeset viewer.