diff options
author | axis <qt-info@nokia.com> | 2010-02-25 12:45:34 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-25 12:52:31 (GMT) |
commit | 1b0e960cf24894580c11c904c385ea0d12278079 (patch) | |
tree | f9cb7b9bb86d8786c1e2a721dab8e4829b75db2f /src/corelib | |
parent | b95ee5e793b4804985f96fd98dd5fa7b0b9363a3 (diff) | |
download | Qt-1b0e960cf24894580c11c904c385ea0d12278079.zip Qt-1b0e960cf24894580c11c904c385ea0d12278079.tar.gz Qt-1b0e960cf24894580c11c904c385ea0d12278079.tar.bz2 |
Corrected library locations for deployment on Symbian.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/corelib.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro index efee610..c4b4be2 100644 --- a/src/corelib/corelib.pro +++ b/src/corelib/corelib.pro @@ -48,7 +48,7 @@ symbian: { 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.sources = $$QMAKE_LIBDIR_QT/QtCore.dll partial_upgrade.path = c:/sys/bin DEPLOYMENT = partial_upgrade $$DEPLOYMENT } |