Kornel Benko wrote:

> I guess we should only do that upon 'make install', not for 'make'.


I found a way, but you would have to call "make translations" from time to time.


To achieve this, substitute (in the main CMakeLists.txt) the line
add_subdirectory(po)
with
add_subdirectory(po EXCLUDE_FROM_ALL)


I prefere to not have it in "official" CMakeLists.txt, since one may very easy forget to create the translations. Were this ok for you?

Yes, this would be OK for me, I'll try that.

Thanks,
Abdel.

Reply via email to