Changeset 58906 in webkit


Ignore:
Timestamp:
May 6, 2010 1:38:06 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-05-06 Luiz Agostini <luiz.agostini@openbossa.org>

Rubber-stamped by Simon Hausmann.

[Qt] use QT_MOBILE_THEME in Symbian
https://bugs.webkit.org/show_bug.cgi?id=38440

Putting QT_MOBILE_THEME into use for Symbian.

  • WebCore.pro:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r58905 r58906  
     12010-05-06  Luiz Agostini  <luiz.agostini@openbossa.org>
     2
     3        Rubber-stamped by Simon Hausmann.
     4
     5        [Qt] use QT_MOBILE_THEME in Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=38440
     7
     8        Putting QT_MOBILE_THEME into use for Symbian.
     9
     10        * WebCore.pro:
     11
    1122010-05-06  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    213
  • trunk/WebCore/WebCore.pro

    r58905 r58906  
    123123}
    124124
    125 maemo5 {
     125maemo5|symbian {
    126126    DEFINES += WTF_USE_QT_MOBILE_THEME=1
    127127}
Note: See TracChangeset for help on using the changeset viewer.