D27550: Support Qt 5.14 on Android

Volker Krause noreply at phabricator.kde.org
Fri Feb 21 16:42:16 GMT 2020


vkrause created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
vkrause requested review of this revision.

REVISION SUMMARY
  With Qt 5.14 asset files are no longer extracted into the filesystem, they
  are only available via assert: or qrc: URLs. Those however aren't supported
  by libintl, so copy catalogs to the cache folder on demand.
  
  Not ideal (libintl using the assert manager NDK API directly would probably
  be more efficient), but it's still better than 5.13, as unused catalogs
  aren't copied.

REPOSITORY
  R249 KI18n

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D27550

AFFECTED FILES
  src/kcatalog.cpp

To: vkrause
Cc: kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200221/a819c006/attachment.html>


More information about the Kde-frameworks-devel mailing list