[CMake] gettext support and qtlinguist

2007-11-12 Thread Leopold Palomo-Avellaneda
Hi, someone knows if there's some module to support the gettext functions and pot generation? someone know know to generate the qm files from ts in a qt program using cmake or must I have to use custom target? Regards, Leo ___ CMake mailing list

Re: [CMake] gettext support and qtlinguist

2007-11-12 Thread Gonzalo Garramuño
Leopold Palomo-Avellaneda wrote: Hi, someone knows if there's some module to support the gettext functions and pot generation? cmake2.5 (SVN) has a FindGettext.cmake. You can use the module with 2.4.7, too. -- Gonzalo Garramuño [EMAIL PROTECTED] AMD4400 - ASUS48N-E GeForce7300GT

Re: [CMake] gettext support and qtlinguist

2007-11-12 Thread Leopold Palomo-Avellaneda
A Dilluns 12 Novembre 2007, Gonzalo Garramuño va escriure: Leopold Palomo-Avellaneda wrote: Hi, someone knows if there's some module to support the gettext functions and pot generation? cmake2.5 (SVN) has a FindGettext.cmake. You can use the module with 2.4.7, too. cmake2.5 cvs, not

Re: [CMake] gettext support and qtlinguist

2007-11-12 Thread Gonzalo Garramuño
Leopold Palomo-Avellaneda wrote: cmake2.5 cvs, not svn, no? Yes, right. and dou you know if someone is using it? an example? I've used it. It is pretty much self explanatory if you read the file. FIND_PACKAGE( Gettext ) GETTEXT_CREATE_TRANSLATIONS ( potFile [ALL] pofile1 ... pofileN

Re: [CMake] gettext support and qtlinguist

2007-11-12 Thread Leopold Palomo-Avellaneda
A Dilluns 12 Novembre 2007, Gonzalo Garramuño va escriure: Leopold Palomo-Avellaneda wrote: cmake2.5 cvs, not svn, no? Yes, right. and dou you know if someone is using it? an example? I've used it. It is pretty much self explanatory if you read the file. FIND_PACKAGE( Gettext )