Changeset 769 for trunk/src/gui/gui.pro


Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/gui.pro

    r661 r769  
    4141include(effects/effects.pri)
    4242
    43 contains(QT_CONFIG, egl): include(egl/egl.pri)
     43include(egl/egl.pri)
    4444
    4545embedded: QT += network
     
    5252
    5353DEFINES += Q_INTERNAL_QAPP_SRC
    54 symbian:TARGET.UID3=0x2001B2DD
     54symbian: {
     55    TARGET.UID3=0x2001B2DD
    5556
    56 # ro-section in gui can exceed default allocated space, so more rw-section little further
    57 symbian-sbsv2: QMAKE_LFLAGS.ARMCC += --rw-base 0x800000
    58 symbian: QMAKE_LFLAGS.GCCE += -Tdata 0xC00000
     57    # ro-section in gui can exceed default allocated space, so move rw-section a little further
     58    QMAKE_LFLAGS.ARMCC += --rw-base 0x800000
     59    QMAKE_LFLAGS.GCCE += -Tdata 0xC00000
     60
     61    # Partial upgrade SIS file
     62    vendorinfo = \
     63        "; Localised Vendor name" \
     64        "%{\"Nokia, Qt\"}" \
     65        " " \
     66        "; Unique Vendor name" \
     67        ":\"Nokia, Qt\"" \
     68        " "
     69    pu_header = "; Partial upgrade package for testing QtGui changes without reinstalling everything" \
     70                "$${LITERAL_HASH}{\"Qt gui\"}, (0x2001E61C), $${QT_MAJOR_VERSION},$${QT_MINOR_VERSION},$${QT_PATCH_VERSION}, TYPE=PU"
     71    partial_upgrade.pkg_prerules = pu_header vendorinfo
     72    partial_upgrade.sources = qtgui.dll
     73    partial_upgrade.path = c:/sys/bin
     74    DEPLOYMENT = partial_upgrade $$DEPLOYMENT
     75}
     76
Note: See TracChangeset for help on using the changeset viewer.