mixxxdj / buildserver

Tools for managing the Mixxx build server and build VMs.
12 stars 23 forks source link

Qt release mode PDBs are hacky #10

Closed rryan closed 6 years ago

rryan commented 7 years ago

They are located in src/ and named vc140.pdb. I copy them out but the .libs know their PDB is supposed to be called vc140.pdb. We need to do it the right way with a patch to the Qt makefiles to use /PDB:QtCore.pdb etc.

https://github.com/mixxxdj/buildserver/blob/msvc15/export_minimal_environment.bat#L67

Pegasus-RPG commented 7 years ago

Is this still a problem in Qt5?

rryan commented 7 years ago

Nope, this is fixed in Qt5 since they have a proper release-with-debug-info option.

rryan commented 6 years ago

Qt 5 fixes this.