Qt 6.11 is out! See what's new in the release
blog
Unable to Do Windows Deployment for LLVM
-
Hello.
I wanted to use windeployqt.exe for a QT C++ SQL project, and I successfully did it for MSVC and MinGW. But LLVM-MinGW is not cooperating!
Here's the command I used:windeployqt.exe Hafez.exe --releaseAnd here's the error I got:
C:\Users\ACER\Desktop\New folder\Desktop_Qt_6_9_1_llvm_mingw_64_bit-Release\Hafez.exe 64 bit, release executable Adding in plugin type generic for module: Qt6Gui Adding in plugin type iconengines for module: Qt6Gui Adding in plugin type imageformats for module: Qt6Gui Adding in plugin type platforminputcontexts for module: Qt6Gui Adding in plugin type platforms for module: Qt6Gui Adding in plugin type sqldrivers for module: Qt6Sql Adding in plugin type styles for module: Qt6Widgets Direct dependencies: Qt6Core Qt6Gui Qt6PrintSupport Qt6Sql Qt6Widgets All dependencies : Qt6Core Qt6Gui Qt6PrintSupport Qt6Sql Qt6Widgets To be deployed : Qt6Core Qt6Gui Qt6PrintSupport Qt6Sql Qt6Widgets Unable to find the platform plugin.Also, I did not use QT Quick, so I did not import it in the command.
Could anyone tell what's wrong with it?