I would like to use windeployqt.exe
to deploy all required dll, plugins and qmls.
windeployqt.exe
provides options to copy dll to the directory specified by --libdir
, copy plugins to --plugindir
.
But option --qmldir
has a different purpose. It used for scanning for qml dependencies. By default qml files and binaries are copied to the application folder.
Is there any way to specify directory --qml-output-dir
where qml files will be placed?