Skip to content

add ki18n_install in subdir CMakeLists feature

Carlos De Maine requested to merge (removed):subdirs into master

Allow releaseme to be able to process projects with the relevant ki18n/l10n tech located in subdirs. Uses relative paths (i.e. ki18n_install(../../po) to validate. Projects like heaptrack and kooka will automatically start building again on NEON.
Projects such as kseexpr and falkon which use the cmake variable ${CMAKE_SOURCE_DIR} will need to be ported or more code added to cmakeeditor.rb to allow for such. Really esoteric implementations like gcompris, kid3, elf-dissector will still be unsupoorted.

Edited by Carlos De Maine

Merge request reports