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.)
Printable View
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.)
What is the question?
"Is there a way to manipulate qt creator compile output?" as i said
Perfect example:
"Hello world!" appears in build issues window after compilation.
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