Where to find the pdb files for Qt's dll?

Nyaruko picture Nyaruko · Oct 31, 2014 · Viewed 13.9k times · Source

I am debugging a Qt application. Where can I find Qt's debug dll? I am using vs2010 on windows. It says it needs the pdb file for many .dll from Qt.

Answer

Matt M picture Matt M · Apr 6, 2018

As of Qt 5.9, the PDBs corresponding to the Windows distros are available as a separate .zip file for download from this archive: https://download.qt.io/archive/qt/

Just browse to your specific distro and pick between the "uwp" or the "desktop" PDBs as appropriate.