D5167: Move .po and .ts files look-up to build-time

Aleix Pol Gonzalez noreply at phabricator.kde.org
Fri Mar 24 18:08:12 UTC 2017


apol created this revision.
Restricted Application added a project: Frameworks.

REVISION SUMMARY
  As specified in cmake's documentation, file(GLOB) is not recommended for looking
  up sources because it requires cmake to be regenerated to be able to process
  what needs to be executed.
  This patch moves this process into the compilation time where we'll combine
  the look-up and the generation.

TEST PLAN
  Tested on a project with only po files, will need testing on projects
  that do include scripts.

REPOSITORY
  R249 KI18n

BRANCH
  master

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

AFFECTED FILES
  CMakeLists.txt
  autotests/CMakeLists.txt
  cmake/KF5I18NMacros.cmake
  cmake/build-pofiles.cmake
  cmake/build-tsfiles.cmake

To: apol, #frameworks, sitter, ltoscano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170324/0831bb88/attachment.html>


More information about the Kde-frameworks-devel mailing list