Changeset 56576 in webkit


Ignore:
Timestamp:
Mar 25, 2010 4:12:05 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-25 Simon Hausmann <simon.hausmann@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Fix the package build on Maemo 5

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

Always embed the stylesheet for the no-listbox rendering. This way it'll be
included in the generated files for the package generation.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56572 r56576  
     12010-03-25  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Fix the package build on Maemo 5
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=36607
     8
     9        Always embed the stylesheet for the no-listbox rendering. This way it'll be
     10        included in the generated files for the package generation.
     11
     12        * WebCore.pri:
     13
    1142010-03-24  Dumitru Daniliuc  <dumi@chromium.org>
    215
  • trunk/WebCore/WebCore.pri

    r56534 r56576  
    216216}
    217217
    218 contains(DEFINES, ENABLE_NO_LISTBOX_RENDERING=1) {
    219     STYLESHEETS_EMBED += $$PWD/css/themeQtNoListboxes.css
    220 }
     218STYLESHEETS_EMBED += $$PWD/css/themeQtNoListboxes.css
    221219
    222220IDL_BINDINGS += \
Note: See TracChangeset for help on using the changeset viewer.