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

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

XMLWordPrintable

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

      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 )
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes