Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81354

MinGW: separate .dll.debug files are not installed

XMLWordPrintable

    • Windows
    • 81bd1bba7b67716ed0ae565061ebedc5a5455a40 (qt/qtbase/5.14)

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kkohne Kai Köhne
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes