PDA

View Full Version : macro and syntax high lighting



chaoticbob
29th August 2009, 21:29
Hi,

Is there away I can hint to Qt Creator that I'm using a particular macro in an #ifdef/#endif block and to turn on syntax highlighting for that region?

Thanks

wysota
30th August 2009, 22:52
You can probably add DEFINES+=YOURMACRO in the project file.