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; if this could be coordinated and fixed I would appreciate it.
Once kdegraphics is complete I will initate TQt4 conversion and autobuilds on this end.
Thanks!
Tim
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.