PDA

View Full Version : Is there a way to manipulate qt creator compile output?



mrsomeonee
24th August 2011, 09:55
What if I wish to modify Qt creator so that there could be no swearwords in code. If swearword appears, compiler throws " warning : there's a swearword in code!". (in build issues window.)

high_flyer
24th August 2011, 12:12
What is the question?

mrsomeonee
24th August 2011, 13:20
"Is there a way to manipulate qt creator compile output?" as i said

Perfect example:

"Hello world!" appears in build issues window after compilation.

high_flyer
24th August 2011, 13:47
I am not a heavy Qt Creator user, so I don't know if you can set things like that.
However, you definitively can create plugin that does that, not during compile time, probably during preprocessing.
Here is the QtCreator development documentation, have fun.
http://doc.qt.nokia.com/qtcreator-extending/index.html