diff options
author | Janne Koskinen <janne.p.koskinen@digia.com> | 2009-12-22 08:56:22 (GMT) |
---|---|---|
committer | Janne Koskinen <janne.p.koskinen@digia.com> | 2009-12-22 08:56:22 (GMT) |
commit | 2a20705f874ddad55282f22fabfe30927729ae50 (patch) | |
tree | 113719b815f3dc295e3b10e313ef686c1d944a34 /src/corelib/corelib.pro | |
parent | 2c6749c38a2538639de86355856414b0d21317cf (diff) | |
download | Qt-2a20705f874ddad55282f22fabfe30927729ae50.zip Qt-2a20705f874ddad55282f22fabfe30927729ae50.tar.gz Qt-2a20705f874ddad55282f22fabfe30927729ae50.tar.bz2 |
Daylight savings time for Symbian.
Ask DST from Symbian's timezone server. This commit makes datetime functions slower. Small room for optimisation with keeping the server connection always open.
Task-number: QTBUG-6859
Reviewed-by: Aleksandar Sasha Babic
Diffstat (limited to 'src/corelib/corelib.pro')
-rw-r--r-- | src/corelib/corelib.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro index 9a15bf1..7f33791 100644 --- a/src/corelib/corelib.pro +++ b/src/corelib/corelib.pro @@ -35,4 +35,6 @@ symbian: { # Workaroud for problems with paging this dll MMP_RULES -= PAGED MMP_RULES *= UNPAGED + # Timezone server + LIBS += -ltzclient } |