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

Debug libraries are not installed when configured with -static -debug-and-release

    XMLWordPrintable

Details

    • Windows

    Description

      configure -static -debug-and-release -prefix C:\otp\Qt6.2.4
      
      cmake --build .
      cmake --install . 
      

      Doing above installs only release libraries to C:\otp\Qt6.2.4.

      Workaround is to run this separately

      cmake --install . --config Debug 
      

      Attachments

        Issue Links

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

          Activity

            People

              qtbuildsystem Qt Build System Team
              nagrohn Nahomi Gröhn (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes