summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-02-25 12:45:34 (GMT)
committeraxis <qt-info@nokia.com>2010-02-25 12:52:31 (GMT)
commit1b0e960cf24894580c11c904c385ea0d12278079 (patch)
treef9cb7b9bb86d8786c1e2a721dab8e4829b75db2f /src/gui/gui.pro
parentb95ee5e793b4804985f96fd98dd5fa7b0b9363a3 (diff)
downloadQt-1b0e960cf24894580c11c904c385ea0d12278079.zip
Qt-1b0e960cf24894580c11c904c385ea0d12278079.tar.gz
Qt-1b0e960cf24894580c11c904c385ea0d12278079.tar.bz2
Corrected library locations for deployment on Symbian.
Diffstat (limited to 'src/gui/gui.pro')
-rw-r--r--src/gui/gui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro
index d46f3b4..37d39b7 100644
--- a/src/gui/gui.pro
+++ b/src/gui/gui.pro
@@ -70,7 +70,7 @@ symbian: {
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 = qtgui.dll
+ partial_upgrade.sources = $$QMAKE_LIBDIR_QT/QtGui.dll
partial_upgrade.path = c:/sys/bin
DEPLOYMENT = partial_upgrade $$DEPLOYMENT
}