-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0
-
None
-
26c33dc892c9e9e95f52d0bd1bd834667df0dc3d
Our VS2012 .vcxproj projects are generated from .pro files using qmake. The /Fd settings for Release targets contain a .pdb file path "$(IntDir)vc$(PlatformToolsetVersion).pdb" - which is useless for Release targets.
Unfortunately that path also has a nasty side effect in VS2012 that disables correct dependency handling and partial rebuilds. This means currently for Release targets always a complete rebuilt is performed!
Manually clearing the .pdb path for the Release target resolves the issue temporarily but this is only a nasty workaround. qmake must generate the right (empty) setting to prevent this.
For Gerrit Dashboard: QTBUG-35570 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
76183,2 | set empty PDB file name in release config of VS 2012 vcxproj files | stable | qt/qtbase | Status: MERGED | +2 | 0 |