Hello List,

We use QtCreator for our Microcontroller development with generic projects.

Our embedded C compiler (www.cosmic-software.com) uses non-standard 
keywords/modifiers like @far or @near to generate code for functions, e.g.:

@far void someFunc(void)
{
        // ...
}

Because of the "@far", all our functions are marked with "expected a 
declaration" and a red underline (which is OK in point of view of Creator).

However, I tried to add an empty define like

#define @far

in project.config

but this doesn't help (I think because '@' is a word-delimiter?).

I know this is a very special setup, but are there any hints how to  get 
Creator ignoring this keywords? (I would also compile my personal version)

Best regards and thanks in advance
Andre Hartmann
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to