[Interest] Generate pdb for qmake.exe on Windows

Joerg Bornemann joerg.bornemann at qt.io
Fri Dec 11 16:46:28 CET 2020


On 12/11/20 4:40 PM, Adam Light wrote:

> Is it possible to build Qt in such a way that debugging symbols for 
> qmake itself are generated?

Not out of the box. Edit qmake/Makefile in your build directory and
- add /Zi to CFLAGS_BARE
- add /DEBUG to LFLAGS
then run "nmake clean" and "nmake".


Cheers,

Joerg


More information about the Interest mailing list