[Solved]Qtcreator or msvc and breakpad : \qtbreakpadsymbols
-
I use breakpad in my application since long time. I have installed latest SDK (Qt creator msvc 2008 Qt4.7.4 or or msvc 2008 with Qt integration) and now when I compile my apps I have a strange error with \qtbreakpadsymbols ' is not recognized as an internal or external command,... It seems that a post command is called !! (my apps compile fine but I have this error ). Do you have integrated breakpad in qT sdk ? how to remove this '\qtbreakpadsymbols?
-
$QTDIR/mkspecs/features/default_post.prf indeed contains logic to enable breakpad support if requested. However, as far as I can tell this should only be relevant if you either specify 'CONFIG+=breakpad' in your .pro file, or have a QT_BREAKPAD_ROOT_PATH environment variable set. Can you check whether either of this is the case for you?