I want to define QT_NO_DEBUG_OUTPUT for Release build, but I couldn't find where to add it.
I need the preprocessor definition to be Release-specific, i.e. it should affect the Release build, but not the Debug build.
I'm looking for the equivalent of this (it's in Visual Studio):
