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

Debug libraries are not installed to '-prefix' dir (upstream cmake multi-config install issue)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.1.0 Beta 1, 6.7.0
    • Build System: CMake
    • Windows 10
      CMake v3.19.3
      VS 2019 v16,9
    • Windows

    Description

      Both configuration Debug and RelWithDebInfo are built. But debug libraries are not installed to prefix dir.

      config.opt
      -opensource
      -confirm-license
      -prefix
      z:\install\6.1.0-windows-x86_64-msvc2019
      -platform
      win32-msvc
      -make-tool
      cmake
      -mp
      -pch
      -ltcg
      -debug-and-release
      -force-debug-info
      -no-warnings-are-errors
      -no-incredibuild-xge
      -nomake
      examples
      -nomake
      tests
      
      config.summary
      Building for: win32-msvc (x86_64, CPU features: sse sse2)
      Compiler: msvc 19.28.29337.0
      Build options:
        Mode ................................... debug and release (with debug info)
        Optimize release build for size ........ no
        Fully optimize release builds (-O3) .... no
        Building shared libraries .............. yes
        Using C standard ....................... C11
        Using C++ standard ..................... C++17
        Relocatable ............................ yes
        Using precompiled headers .............. yes
        Using LTCG ............................. yes
      

      Build using the command cmake --build .

      Install using the command cmake --install .

      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
              dmitry.sokolov Dmitry Sokolov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes