Changeset 83620 in webkit


Ignore:
Timestamp:
Apr 12, 2011 12:17:06 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-12 George Guo <George.Guo@nokia.com>

Reviewed by Laszlo Gombos.

[Qt] On Symbian got "Update Error" when installing QtWebkit.sis
http://bugs.webkit.org/show_bug.cgi?id=58141

If QtWebKit is already in Symbian ROM, we need package to be
both SA and RU type

Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/ChangeLog

    r83579 r83620  
     12011-04-12  George Guo  <George.Guo@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] On Symbian got "Update Error" when installing QtWebkit.sis
     6        http://bugs.webkit.org/show_bug.cgi?id=58141
     7
     8        If QtWebKit is already in Symbian ROM, we need package to be
     9        both SA and RU type
     10
     11        * QtWebKit.pro:
     12
    1132011-04-12  Alexis Menard  <alexis.menard@openbossa.org>
    214
  • trunk/Source/WebKit/qt/QtWebKit.pro

    r83078 r83620  
    105105        TARGET.UID3 = 0xE00267C2
    106106    }
     107   
     108    sisheader = "; SIS header: name, uid, version" \
     109                "$${LITERAL_HASH}{\"$$TARGET\"},($$TARGET.UID3),$$QT_WEBKIT_MAJOR_VERSION,$$QT_WEBKIT_MINOR_VERSION,$$QT_WEBKIT_PATCH_VERSION,TYPE=SA,RU"
     110    webkitsisheader.pkg_prerules = sisheader
     111
    107112    webkitlibs.sources = QtWebKit$${QT_LIBINFIX}.dll
    108113    v8:webkitlibs.sources += v8.dll
     
    129134    }
    130135
    131     DEPLOYMENT += webkitlibs webkitbackup
     136    DEPLOYMENT += webkitsisheader webkitlibs webkitbackup
    132137    !CONFIG(production):CONFIG-=def_files
    133138
Note: See TracChangeset for help on using the changeset viewer.