Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.14.1
-
None
-
-
81bd1bba7b67716ed0ae565061ebedc5a5455a40 (qt/qtbase/5.14)
Description
When building Qt with -prefix ... -separate-debug-info , the generated install target does not install the generated .dll.debug target. This is different from Unix, where the generated .debug file is installed.
How to reproduce
configure -prefix ..\installed -release -force-debug-info -separate-debug-info [...] mingw32-make && mingw32-make install
The lib dir in the build tree will contain a Qt5Core.dll.debug file, but not in the installation tree.
Attachments
Issue Links
- is required for
-
QTBUG-81300 Provide separate debug info package for MinGW
- Closed