summaryrefslogtreecommitdiffstats
path: root/src/corelib/corelib.pro
diff options
context:
space:
mode:
authorHonglei Zhang <honglei.zhang@nokia.com>2011-05-29 08:19:35 (GMT)
committerHonglei Zhang <honglei.zhang@nokia.com>2011-05-29 08:19:35 (GMT)
commit706fc1c894addd6602470b25aba686491c891a14 (patch)
treeb6aa487033a6b347e46aeda91651d2caf01465b4 /src/corelib/corelib.pro
parent8f3b6f7b294b9ad52e9fdc812f13f1e7b7720e0d (diff)
downloadQt-706fc1c894addd6602470b25aba686491c891a14.zip
Qt-706fc1c894addd6602470b25aba686491c891a14.tar.gz
Qt-706fc1c894addd6602470b25aba686491c891a14.tar.bz2
Fix bug about daylight saving missing on Symbian platfrom.
Daylight saving support for QDateTime is missing from Symbian platform. This is bug fix for QTBUG-6859. This bug was fixed by commit 2a20705. However, this original fix was removed by 01cf310d2 because of different implementation before S60 5.0 platform. This fix is re-applied since Qt is not going to support S60 3.x platform. Task-number: QTBUG-6859 Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/corelib.pro')
-rw-r--r--src/corelib/corelib.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro
index 58d2c7b..9673861 100644
--- a/src/corelib/corelib.pro
+++ b/src/corelib/corelib.pro
@@ -45,4 +45,5 @@ symbian: {
"UNPAGED" \
"$${LITERAL_HASH}endif"
MMP_RULES += pagingBlock
+ LIBS += -ltzclient
}