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

windeployqt copies debug dlls for release-with-debug-info plugins

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 5.6.0 RC
    • 5.5.0
    • None
    • Win10
      VS2015 64bit
    • ff1cfccd3208b59c431f5b0280b687eab411eb27 (qttools/5.6, 7.11.2015, 5.6b)

    Description

      When using windeployqt.exe --no-translations --no-system-d3d-compiler --no-compiler-runtime --release-with-debug-info <executable>
      it copies also the debug dlls into the iconengines and imageformats folder.
      It's a simple helloworld with a push button.
      Here's the cmake:

      project(cmakebox)
      set(QT_DIR C:/dev/qt-5.5)
      include(cmake/qt-msvc-utils.cmake)
      set(CMAKE_INCLUDE_CURRENT_DIR ON)
      set(CMAKE_AUTOMOC ON)
      find_package(Qt5Widgets)
      add_executable(cmakebox WIN32 main.cpp)
      target_link_libraries(cmakebox Qt5::Widgets)
      QT5_WIN_DEPLOY(TARGET cmakebox TOOL_ARGS	--no-translations --no-system-d3d-compiler --no-compiler-runtime )
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-48976
          # Subject Branch Project Status CR V

          Activity

            People

              kleint Friedemann Kleint
              belab Bela B.
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes