Build Qt in “Release with Debug Info” mode?
Is there a way to build Qt in "Release with Debug info" mode ? My application crashes only in "release" mode (works fine in Debug mode) and seems the issue comes from Qt (may be a bug in Qt).So I want to see the debug info of Qt. Qt docs has "debug" , "release" but not "release with debug" mode. [Upate] My application works fine with Mingw 32bit Release/Debug and VSC++ Compiler 64bit Debug. Only crashes on VSC++ 64Bit Release Any tips ? Update: See @milanw's answer below. This is now supported directly in qmake We use qmake to generate vcproj files to build Qt. I wrote a python script (but sed