Hi, I read the documentation about how to dinamically translate an application ad it is very clear. But the examples I found request to have a .pro file to make the translation with lupdate, qt linguist, etc..
The question is: I'm using cmake as build system (also with Qt Creator or cmake gui mode) and I do not know how to proceed, because I do not have any .pro file of my project.
So, how can I make a language translation having only the cmakelist.txt file of the application?
Thank you in advance.
Jack