diff options
author | Honglei Zhang <honglei.zhang@nokia.com> | 2011-05-29 08:19:35 (GMT) |
---|---|---|
committer | Honglei Zhang <honglei.zhang@nokia.com> | 2011-05-29 08:19:35 (GMT) |
commit | 706fc1c894addd6602470b25aba686491c891a14 (patch) | |
tree | b6aa487033a6b347e46aeda91651d2caf01465b4 /tests/auto/qdatetime/qdatetime.pro | |
parent | 8f3b6f7b294b9ad52e9fdc812f13f1e7b7720e0d (diff) | |
download | Qt-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 'tests/auto/qdatetime/qdatetime.pro')
-rw-r--r-- | tests/auto/qdatetime/qdatetime.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qdatetime/qdatetime.pro b/tests/auto/qdatetime/qdatetime.pro index 08a321e..a3f3091 100644 --- a/tests/auto/qdatetime/qdatetime.pro +++ b/tests/auto/qdatetime/qdatetime.pro @@ -1,5 +1,4 @@ load(qttest_p4) - SOURCES += tst_qdatetime.cpp QT = core @@ -10,6 +9,5 @@ win32-msvc|win32-msvc9x { QMAKE_CFLAGS_RELEASE -= -O1 QMAKE_CXXFLAGS_RELEASE -= -O1 } - - CONFIG += parallel_test +HEADERS = tst_qdatetime.loc |