From 7172888a378c88e1e8bd99767606c5c4c840e478 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sun, 30 May 2010 22:22:08 +0200 Subject: Fixes: NB#169260, Finnish day and month names shown using wrong form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RevBy: Holger Schröder, John Tapsell Details: - add icu extradata to override DateTimePatterns for Finnish and Italian and language and country endonyms for de_CH. Overriding the language and country endonyms for de_CH is necessary because of: http://site.icu-project.org/design/resbund/issues - remove old icu extradata which was used for name and address formatting which has been remove from MLocale already long ago - some minor updates to the unit tests --- src/corelib/corelib.pro | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/corelib/corelib.pro') diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro index 878c2e60..133e8787 100644 --- a/src/corelib/corelib.pro +++ b/src/corelib/corelib.pro @@ -23,12 +23,6 @@ contains(DEFINES, HAVE_DBUS) { include(notification/notification.pri) } -contains(DEFINES, HAVE_ICU) { - include(icu-extradata/extradata.pri) - EXTRADATA_SOURCE=icu-extradata/extradata.txt -} - - # install .prf files install_prf.path = $$[QT_INSTALL_DATA]/mkspecs/features install_prf.files = $${M_SOURCE_TREE}/mkspecs/features/meegotouch.prf \ -- cgit v1.2.3