Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.8.0
-
None
Description
QT 6.8.0 base fails to compile and fails with unknow symbol to ucalTimeZoneDisplayName
The issue is that the header defines a versiobn with
```
QString ucalTimeZoneDisplayName(UCalendar *ucal,
QTimeZone::TimeType timeType,
QTimeZone::NameType nameType,
const QString &localeCode)
```
and only the cpp implementation only provides a version with
```
QString ucalTimeZoneDisplayName(UCalendar *ucal,
QTimeZone::TimeType timeType,
QTimeZone::NameType nameType,
const QByteArray &localeCode)
```
Attachments
Issue Links
- duplicates
-
QTBUG-129896 Qt 6.8.0 build with ICU enabled fails on Windows
- Closed