So I'm trying to integrate Google Breakpad into my application following this tutorial: http://zxstudio.org/blog/2014/10/28/integrating-google-breakpad/
I've come to the point where when I compile, I get the LNK2019 compiler error. After some research, I found out that it has to do with the Treat wchar_t as Built-in Type
compiler option.(http://www.qtcentre.org/threads/38581-linking-google-breakpad-lib-in-our-Qt-app-on-Windows-gives-Unresolved-external-symbol). I've tried to enable/disable this option, but no luck.
Any suggestions?:)