summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorLi Xinwei <1326710505@qq.com>2020-11-13 17:27:12 +0800
committerLi Xinwei <1326710505@qq.com>2020-11-14 01:05:08 +0800
commit215400e153b6017ae33aadfa7a319c6daeed4f85 (patch)
tree1523d3ad47ccbaed71c7dde0d213697da207d3ec /src/gui/painting
parent654156fb7907549a79ad76cf56572b25347deb14 (diff)
CMake: Install pdb files to proper directories in multi-config build
In multi-config build, for different configs, the pdb files of EXEs should have different installation directories. For example, when CMAKE_CONFIGURATION_TYPES=RelWithDebInfo;Debug, <build_dir>/bin/moc.pdb will be installed to <install_dir>/bin/moc.pdb. <build_dir>/bin/Debug/moc.pdb should be installed to <install_dir>/bin/Debug/moc.pdb, not <install_dir>/bin/moc.pdb. Fixes: QTBUG-88268 Change-Id: Idc7c92ca8d44bb81d990656af2b309306a4f5c6b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/gui/painting')
0 files changed, 0 insertions, 0 deletions