KDAB / KDDockWidgets

KDAB's Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets
Other
754 stars 163 forks source link

Install PDB files to binary instead of library location #444

Closed bebuch closed 9 months ago

bebuch commented 9 months ago

2.x branch, Windows 11, MSVC VS 2019, CMake 3.27

.pdb files should be installed to the bin directory along with the .dll files, not to the lib directory with the .lib files.

https://github.com/KDAB/KDDockWidgets/blame/bbf9a75b9dd8889375e9ceb72c54d0a8daaefb45/src/CMakeLists.txt#L578

iamsergio commented 9 months ago

has been merged