src/corelib/corelib.pro
branchRCL_3
changeset 7 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    34 
    34 
    35     # Workaroud for problems with paging this dll
    35     # Workaroud for problems with paging this dll
    36     MMP_RULES -= PAGED
    36     MMP_RULES -= PAGED
    37     MMP_RULES *= UNPAGED
    37     MMP_RULES *= UNPAGED
    38     LIBS += -lflogger
    38     LIBS += -lflogger
    39     # Timezone server
    39 
    40     LIBS += -ltzclient
    40     # Partial upgrade SIS file
       
    41     vendorinfo = \
       
    42         "; Localised Vendor name" \
       
    43         "%{\"Nokia, Qt\"}" \
       
    44         " " \
       
    45         "; Unique Vendor name" \
       
    46         ":\"Nokia, Qt\"" \
       
    47         " "
       
    48     pu_header = "; Partial upgrade package for testing QtCore changes without reinstalling everything" \
       
    49                 "$${LITERAL_HASH}{\"Qt corelib\"}, (0x2001E61C), $${QT_MAJOR_VERSION},$${QT_MINOR_VERSION},$${QT_PATCH_VERSION}, TYPE=PU"
       
    50     partial_upgrade.pkg_prerules = pu_header vendorinfo
       
    51     partial_upgrade.sources = qtcore.dll
       
    52     partial_upgrade.path = c:/sys/bin
       
    53     DEPLOYMENT = partial_upgrade $$DEPLOYMENT
    41 }
    54 }