Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Pascal321

Pages: [1]
1
Hi,

i need to add 2 or more header files in the import-field from my class template.

Class
{
  %TRANSFORM_REFERENCE("ClassTest")%
  name=%qt%%className%Test%qt%
  language=%qt%%classLanguage%%qt%
  import="#include \%qt%%className%.h%qt% \n #include \%qt%gtest\gtest.h\%qt%"
...

But this is not working in case i generate the header file, because of "wrong sign ~" in line x.

How to put a line break in this line?

Greets
Pascal

Pages: [1]