src/corelib/corelib.pro
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 19 fcece45ef507
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
    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 
    39 
    40     #QTP:add log of the warning message directly to the file. It is disabled by default
    40     # Partial upgrade SIS file
    41     #DEFINES += QT_WARNING_FILE_OUTPUT
    41     vendorinfo = \
       
    42         "&EN" \
       
    43         "; Localised Vendor name" \
       
    44         "%{\"Nokia, Qt\"}" \
       
    45         " " \
       
    46         "; Unique Vendor name" \
       
    47         ":\"Nokia, Qt\"" \
       
    48         " "
       
    49     pu_header = "; Partial upgrade package for testing QtCore changes without reinstalling everything" \
       
    50                 "$${LITERAL_HASH}{\"Qt corelib\"}, (0x2001E61C), $${QT_MAJOR_VERSION},$${QT_MINOR_VERSION},$${QT_PATCH_VERSION}, TYPE=PU"
       
    51     partial_upgrade.pkg_prerules = pu_header vendorinfo
       
    52     partial_upgrade.sources = qtcore.dll
       
    53     partial_upgrade.path = c:/sys/bin
       
    54     DEPLOYMENT = partial_upgrade $$DEPLOYMENT
    42 }
    55 }