From e71bf9d5c7b14fb3e3b7f970440060c5fd9f9059 Mon Sep 17 00:00:00 2001 From: Soroush Rabiei Date: Thu, 8 Aug 2019 20:27:18 +0200 Subject: Add support for the Jalali (Solar Hijri or Persian) calendar This has its own locale data, extracted from CLDR. [ChangeLog][QtCore][QCalendar] Added support for the Jalali (Persian or Solar Hijri) calendar, controlled by feature jalalicalendar. Fixes: QTBUG-58404 Change-Id: Id5c56a10db05a4fd612aafc01615273db81ec743 Reviewed-by: Paul Wicking Reviewed-by: Volker Hilsheimer --- src/corelib/configure.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/corelib/configure.json') diff --git a/src/corelib/configure.json b/src/corelib/configure.json index ac6396de00..2f3d30d5b2 100644 --- a/src/corelib/configure.json +++ b/src/corelib/configure.json @@ -1041,6 +1041,12 @@ "section": "Utilities", "output": [ "privateFeature" ] }, + "jalalicalendar": { + "label": "QJalaliCalendar", + "purpose": "Support the Jalali (Persian) calendar", + "section": "Utilities", + "output": [ "publicFeature" ] + }, "timezone": { "label": "QTimeZone", "purpose": "Provides support for time-zone handling.", -- cgit v1.2.3