summaryrefslogtreecommitdiffstats
path: root/src/corelib/corelib.pro
diff options
context:
space:
mode:
authorJanne Koskinen <janne.p.koskinen@digia.com>2009-12-28 11:47:46 (GMT)
committerJanne Koskinen <janne.p.koskinen@digia.com>2009-12-28 11:47:46 (GMT)
commit7bc18035816a2eac15dfac4d987eb9bf43f90ef6 (patch)
tree14380cba8d10ea6018aee852519b1cee0f7b7473 /src/corelib/corelib.pro
parentc0a4c266deeb867069b65b158ded3f7b9becfebf (diff)
downloadQt-7bc18035816a2eac15dfac4d987eb9bf43f90ef6.zip
Qt-7bc18035816a2eac15dfac4d987eb9bf43f90ef6.tar.gz
Qt-7bc18035816a2eac15dfac4d987eb9bf43f90ef6.tar.bz2
Daylight savings time for Symbian take 2
Second try to make this work for all S60 platforms
Diffstat (limited to 'src/corelib/corelib.pro')
-rw-r--r--src/corelib/corelib.pro2
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
}