summaryrefslogtreecommitdiffstats
path: root/src/s60installs/s60installs.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 09:39:12 (GMT)
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 09:39:12 (GMT)
commit04cde562a0be446234e33725c999bdb61fab3ff2 (patch)
treed6eb2367ba1f24aba7103c08c4079a8c1437d2c8 /src/s60installs/s60installs.pro
parentc4727a85eed57a4db698326a1bed4aa75b6e5284 (diff)
downloadQt-04cde562a0be446234e33725c999bdb61fab3ff2.zip
Qt-04cde562a0be446234e33725c999bdb61fab3ff2.tar.gz
Qt-04cde562a0be446234e33725c999bdb61fab3ff2.tar.bz2
Revert "Fixing Linux compatibility issues for Symbian"
Changing the library names to lowercase breaks 5.0-based Linux builds. It will be investigated if it is possible to change the SDKs instead. If not, the patch will have to be extended to use the original names for 5.0 and the lowercased ones otherwise. This reverts commit 5933d4e4fb8b48ebed641e7f6b1d032df253df30.
Diffstat (limited to 'src/s60installs/s60installs.pro')
-rw-r--r--src/s60installs/s60installs.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro
index 17b229f..d1bb48b 100644
--- a/src/s60installs/s60installs.pro
+++ b/src/s60installs/s60installs.pro
@@ -10,10 +10,10 @@ symbian: {
TARGET = "Qt$${QT_LIBINFIX}"
isEmpty(QT_LIBINFIX) {
- TARGET.UID3 = 0x2001e61c
+ TARGET.UID3 = 0x2001E61C
} else {
# Always use experimental UID for infixed configuration to avoid UID clash
- TARGET.UID3 = 0xe001e61c
+ TARGET.UID3 = 0xE001E61C
}
VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
@@ -116,7 +116,7 @@ symbian: {
# Support backup & restore for Qt libraries
qtbackup.sources = backup_registration.xml
- qtbackup.path = c:/private/10202d56/import/packages/$$replace(TARGET.UID3, 0x,)
+ qtbackup.path = c:/private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,)
DEPLOYMENT += qtlibraries \
qtbackup \