On Tuesday, 28 July 2026 08:39:48 Pacific Daylight Time Kai Köhne via Development wrote: > Instead, the canonical way to solve this is to merge the Qt translations at > compile time: > > https://codereview.qt-project.org/c/qt/qtbase/+/756031
Ok, so the canonical way is that there should be a single file to be loaded, per domain anyway. The missing bit is finding it among the multiple paths() that QLibraryInfo can return. > So for this _specific_ example, we probably should just fall back to > QLI::paths().first(): > > https://codereview.qt-project.org/c/qt/qtbase/+/756032 Which is what code is currently doing, but may not be correct if the first path is not where the content ended up installed. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCG - Platform & Sys. Eng.
smime.p7s
Description: S/MIME cryptographic signature
-- Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
