qt5base-lts/qmake/generators
Joerg Bornemann d16d56a05e MSVC: Fix installation of PDB files for static libraries
Commit 3d3d65f5 separated the PDB files for compiling and linking. Only
the PDB file the linker produces would be installed. However, this does
not work for static libraries as the LIB tool does not create a PDB file
from the compiler's PDB file. This patch turns the separation between
PDB files off for static libraries.

Task-number: QTBUG-56594
Change-Id: I08dcb7889c67b2f6370efa1ee19be8558355bbc9
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2016-10-28 14:37:11 +00:00
..
mac Fix code signing for qmake-generated Xcode projects in Xcode 8 (again) 2016-09-22 06:04:57 +00:00
unix Fix an issue causing qmake to generate corrupt Makefiles. 2016-06-15 22:18:29 +00:00
win32 MSVC: Fix installation of PDB files for static libraries 2016-10-28 14:37:11 +00:00
makefile.cpp qmake: Fix missing newlines in generated vcxproj files 2016-06-16 22:46:54 +00:00
makefile.h qmake: Fix missing newlines in generated vcxproj files 2016-06-16 22:46:54 +00:00
makefiledeps.cpp Fix possible loss of data in conversion from size_t to int warning 2016-10-25 21:22:52 +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