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

Qt 6 does not deploy debug files when built with -debug-and-release

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.1.0 Beta3
    • Build System: CMake
    • None
    • Windows 10, MSVC2019, CMake 3.19.8
    • Windows

      I've configured and built Qt with the following commands:

      configure -debug-and-release -prefix "c:\Qt\Qt-6.1.0" -opensource -confirm-license
      
      cmake --build . --parallel
      
      cmake --install .

      However, while the debug dll are built at step 2 (I can see Qt6Cored.dll in qt-everywhere-src-6.1.0-beta3\qtbase\bin for instance), it is not deployed when calling --install. Only the release dll are deployed (Qt6Core.dll for instance).

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

            qtbuildsystem Qt Build System Team
            divide Robin Lobel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes