Changeset 53800 in webkit


Ignore:
Timestamp:
Jan 25, 2010 5:18:38 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt] Fix the build on Maemo5.

Reviewed by Laszlo Gombos.

https://bugs.webkit.org/show_bug.cgi?id=34051

  • WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r53618 r53800  
     12010-01-25  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] Fix the build on Maemo5.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=34051
     8
     9        * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
     10
    1112010-01-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
    212
  • trunk/WebKit.pri

    r53618 r53800  
    6666    RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293
    6767    RVCT_COMMON_CXXFLAGS = $$RVCT_COMMON_CFLAGS --no_parse_templates
    68     DEFINES *= QT_NO_UITOOLS
    6968}
    7069
     
    7877}
    7978
     79symbian|maemo5: DEFINES *= QT_NO_UITOOLS
     80
    8081contains(DEFINES, QT_NO_UITOOLS): CONFIG -= uitools
    8182
Note: See TracChangeset for help on using the changeset viewer.