summaryrefslogtreecommitdiffstats
path: root/src/corelib/corelib.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-07-01 17:09:43 +0200
committeraxis <qt-info@nokia.com>2010-07-02 15:31:22 +0200
commitad82e439c735912d069a2cf456b04e3d10016e84 (patch)
treeff8f1fae53be3b5af6fab31e8d1bfe72b0860f32 /src/corelib/corelib.pro
parente4616afabbdccdbd6f53e5c96086bd4065af9227 (diff)
Fixed symbian/linux-armcc mkspec when configured with -qtlibinfix.
Task: QTBUG-11396 RevBy: Miikka Heikkinen
Diffstat (limited to 'src/corelib/corelib.pro')
-rw-r--r--src/corelib/corelib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro
index e39d326915..dba2a422dd 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 = $$QMAKE_LIBDIR_QT/QtCore.dll
+ partial_upgrade.sources = $$QMAKE_LIBDIR_QT/QtCore$${QT_LIBINFIX}.dll
partial_upgrade.path = c:/sys/bin
DEPLOYMENT = partial_upgrade $$DEPLOYMENT
}