Is there any symbol server to download the symbol files for Windows QT5.2?
-
No, as far as I know there is no such server. You probably need to compile Qt yourself to get the debugging symbols for release build.
-
i am also not aware of an symbol server for Qt release binaries.
But in case you want to create your own ;)
Read "here":http://www.jayway.com/2011/06/19/hosting-your-own-source-symbol-server/ and "here":https://msdn.microsoft.com/en-us/magazine/cc163563.aspx.