Is it possible to detect build fail and emit a custom sound signal (e.g., via batch file) in QtCreator?
Currently I have a post-build step in my project settings, where I start a .bat file with sound. When my projects builds successfully, I hear this, everything is ok. When build fails, the post-build step will not be reached, so there is no signal.
So is it possible to make a sound signal for build failure, and how? Or there is no way to do it?