qt5base-lts/qmake/generators
Joerg Bornemann 3d3d65f538 Use separate PDB files for compiling and linking in MSVC builds
The two PDB files that the MSVC compiler and linker create are supposed
to be handled differently and should not share the same file path.
Using the same file path for both can result in corrupted PDB files and
longer build times.

Use $${TARGET}.vc.pdb in the OBJECTS_DIR for the compiler and
$${TARGET}.pdb (the default) for the linker.

Task-number: QTBUG-53895
Change-Id: I31f06d4a674a3aa2afe5b30499bae820e5caf2c4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-06-15 12:28:01 +00:00
..
mac Fix Group-relative specification of files in generated Xcode projects. 2016-04-20 18:18:33 +00:00
unix fix file separators in target.targets INSTALLS 2016-03-10 12:21:57 +00:00
win32 Use separate PDB files for compiling and linking in MSVC builds 2016-06-15 12:28:01 +00:00
makefile.cpp add some missing filename expandos to extra compilers 2016-05-02 18:34:59 +00:00
makefile.h Work around MinGW-make's magic prefixing of paths. 2016-01-21 19:23:40 +00:00
makefiledeps.cpp Possible crash in QMakeSourceFileInfo 2016-04-29 08:40:30 +00:00
makefiledeps.h Update copyright headers 2015-02-11 06:49:51 +00:00
metamakefile.cpp Unchecked return value in QMakeProject 2016-04-29 08:40:06 +00:00
metamakefile.h Update copyright headers 2015-02-11 06:49:51 +00:00
projectgenerator.cpp QtCore/qmake: drop some unneeded QChar -> QString conversions 2015-10-11 12:29:28 +00:00
projectgenerator.h Update copyright headers 2015-02-11 06:49:51 +00:00
xmloutput.cpp qmake: use QString::replace() overloaded with QLatin1String 2016-02-04 15:10:49 +00:00
xmloutput.h Update copyright headers 2015-02-11 06:49:51 +00:00