Details
-
Bug
-
Resolution: Done
-
P4: Low
-
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
- relates to
-
QTBUG-62103 windeployqt cannot find plugins when built with mingw-w64 in release mode with debug information
- Open
- resulted from
-
QTBUG-42072 Windows: windeployqt reports "Unable to find the platform plugin." for `-release -force-debug-info` builds
- Closed