Hi,

I'm wanna disable all qDebug output in my release version, not in Debug version.

I found that for QtCreator, we can use QT_NO_DEBUG_OUTPUT in .pro file but in Visual Studio 2010,

I could not find any right place to put this??

Anyone know? I'm using Qt 4.8 with visual studio Add in