diff options
author | axis <qt-info@nokia.com> | 2010-09-27 07:46:02 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-09-27 08:13:36 (GMT) |
commit | a8d405f470edb41b868142879a978d8976bc766a (patch) | |
tree | 33aaebb5e05dc056de5b7f733ad0ee9589ebcba2 /src/gui | |
parent | 389a27400a4b95133ec7963b1d81f3317056a286 (diff) | |
download | Qt-a8d405f470edb41b868142879a978d8976bc766a.zip Qt-a8d405f470edb41b868142879a978d8976bc766a.tar.gz Qt-a8d405f470edb41b868142879a978d8976bc766a.tar.bz2 |
Moved the partial deployment section to qbase.pri.
This way it will be available to all modules, not just selected ones.
RevBy: Miikka Heikkinen
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui.pro | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro index 13d2c77..90b5de5 100644 --- a/src/gui/gui.pro +++ b/src/gui/gui.pro @@ -60,21 +60,6 @@ symbian { QMAKE_LFLAGS.ARMCC += --rw-base 0x800000 QMAKE_LFLAGS.GCCE += -Tdata 0xC00000 } - - # Partial upgrade SIS file - vendorinfo = \ - "; Localised Vendor name" \ - "%{\"Nokia, Qt\"}" \ - " " \ - "; Unique Vendor name" \ - ":\"Nokia, Qt\"" \ - " " - pu_header = "; Partial upgrade package for testing QtGui changes without reinstalling everything" \ - "$${LITERAL_HASH}{\"Qt gui\"}, (0x2001E61C), $${QT_MAJOR_VERSION},$${QT_MINOR_VERSION},$${QT_PATCH_VERSION}, TYPE=PU" - partial_upgrade.pkg_prerules = pu_header vendorinfo - partial_upgrade.sources = $$QMAKE_LIBDIR_QT/QtGui$${QT_LIBINFIX}.dll - partial_upgrade.path = c:/sys/bin - DEPLOYMENT = partial_upgrade $$DEPLOYMENT } neon:*-g++* { |