Changeset 53804 in webkit


Ignore:
Timestamp:
Jan 25, 2010 7:24:50 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-25 Simon Hausmann <Simon Hausmann>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Reduce the size of the library when compiling for Maemo5
https://bugs.webkit.org/show_bug.cgi?id=34050

Exclude the Web Inspector's qrc file in the Maemo5 build, just
like we do for the Symbian build. Saves about ~900k.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53803 r53804  
     12010-01-25  Simon Hausmann  <hausmann@webkit.org>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Reduce the size of the library when compiling for Maemo5
     6        https://bugs.webkit.org/show_bug.cgi?id=34050
     7
     8        Exclude the Web Inspector's qrc file in the Maemo5 build, just
     9        like we do for the Symbian build. Saves about ~900k.
     10
     11        * WebCore.pro:
     12
    1132010-01-25  Simon Hausmann  <hausmann@webkit.org>
    214
  • trunk/WebCore/WebCore.pro

    r53799 r53804  
    120120    $$PWD/../WebCore/WebCore.qrc
    121121
    122 !symbian {
     122!symbian:!maemo5 {
    123123    RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
    124124}
Note: See TracChangeset for help on using the changeset viewer.