windeployqt 5.12.1 is not copying dlls
Solved
Installation and Deployment
-
I am trying to create a Installer for my project but windeployqt 5.12.1 is not copying any dll from qt bin folder to destination. same below command is working fine for 5.9.1. Even its not giving any error if i m providing a exe which is not available
CALL C:\Qt\Qt5.12.1\5.12.1\msvc2017_64\bin\windeployqt.exe --qmldir "D:\MyApp\Application\Qml" MyApp.exe
but CALL C:\Qt\Qt5.12.1\5.12.1\msvc2017_64\bin\windeployqt.exe is giving help options (means my path and all are correct)
did anyone faced same issue or have any fix?
-
CALL C:\Qt\Qt5.12.1\5.12.1\msvc2017_64\bin\windeployqt.exe MyApp.exe --qmldir "D:\MyApp\Application\Qml" is working fine