You mean, that when your app crash under debugger than the first opened file showing the place of line causing the crash is somewhere in Qt sources?
Than it is difficult to avoid it :] first thing is to use the stack trace to find the last place in your sources which caused error and just go to that stack frame.
And some trick would be to compile Qt only in release mode so debugger won't have access to Qt sources :]
Bookmarks