trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2011

Re: [trinity-devel] kdegraphics CMake Status

From: Serghei Amelian <serghei@...>
Date: Fri, 29 Apr 2011 02:02:00 +0300
On Thursday 28 April 2011 22:55:38 Timothy Pearson wrote:
> Hi Serghei, Calvin,
>
> Can you two please update me on the CMake status of kdegraphics?  I would
> like to keep things moving if possible; I know Calvin has on the Etherpad
> that he is waiting for some kind of macro from Serghei

Done in SVN revision 1229667.

tde_file_to_cpp( <source> <destination> <variable> )

Example: tde_file_to_cpp( COPYING kolourpaintlicense.h kpLicenseText )

This will transform file COPYING in C++ compatible string and will write it to 
kolourpaintlicense.h. "kpLicenseText" is a "const char*" variable.

-- 
Serghei