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

        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: