September 13, 2011

qtnext qtnext
Lab Rat
143 posts

[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?

2 replies

September 16, 2011

kkoehne kkoehne
Ant Farmer
61 posts

$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?

September 18, 2011

qtnext qtnext
Lab Rat
143 posts

thanks … it’s exactly that.. I have define the keyword breakpad CONFIG +=breakpad to enable/disable in my projects breakpad when I need…. i will use another keyword :)

 
  ‹‹ Creating UML Diagrams of a Qt application      QtCreator 2.3 can not change the right mkspec? ››

You must log in to post a reply. Not a member yet? Register here!