PDA

View Full Version : QT linguist Cmake



_Jack_
18th September 2010, 11:01
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

tbscope
18th September 2010, 11:29
Google is magical:
http://www.vtk.org/Wiki/Talk:CMake:How_To_Build_Qt4_Software

Among other links