src/corelib/corelib.pro
changeset 7 f7bc934e204c
parent 3 41300fa6a67c
--- a/src/corelib/corelib.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/src/corelib/corelib.pro	Wed Mar 31 11:06:36 2010 +0300
@@ -37,6 +37,18 @@
     MMP_RULES *= UNPAGED
     LIBS += -lflogger
 
-    #QTP:add log of the warning message directly to the file. It is disabled by default
-    #DEFINES += QT_WARNING_FILE_OUTPUT
+    # Partial upgrade SIS file
+    vendorinfo = \
+        "; Localised Vendor name" \
+        "%{\"Nokia, Qt\"}" \
+        " " \
+        "; Unique Vendor name" \
+        ":\"Nokia, Qt\"" \
+        " "
+    pu_header = "; Partial upgrade package for testing QtCore changes without reinstalling everything" \
+                "$${LITERAL_HASH}{\"Qt corelib\"}, (0x2001E61C), $${QT_MAJOR_VERSION},$${QT_MINOR_VERSION},$${QT_PATCH_VERSION}, TYPE=PU"
+    partial_upgrade.pkg_prerules = pu_header vendorinfo
+    partial_upgrade.sources = qtcore.dll
+    partial_upgrade.path = c:/sys/bin
+    DEPLOYMENT = partial_upgrade $$DEPLOYMENT
 }