Changeset 65322 in webkit


Ignore:
Timestamp:
Aug 13, 2010 6:48:48 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt] Introduce Maemo6 for mobile features
https://bugs.webkit.org/show_bug.cgi?id=43969

Reviewed by Ariya Hidayat.

  • WebKit.pri: Use maemo6 where we also use maemo5.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r65321 r65322  
     12010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Ariya Hidayat.
     4
     5        [Qt] Introduce Maemo6 for mobile features
     6        https://bugs.webkit.org/show_bug.cgi?id=43969
     7
     8        * WebKit.pri: Use maemo6 where we also use maemo5.
     9
    1102010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
    211
  • trunk/WebKit.pri

    r65321 r65322  
    8383
    8484##### Defaults for some mobile platforms
    85 symbian|maemo5 {
     85symbian|maemo5|maemo6 {
    8686    CONFIG += disable_uitools
    8787    CONFIG += enable_fast_mobile_scrolling
Note: See TracChangeset for help on using the changeset viewer.