Deployment requires qtQuick.Controls qml files
-
Hey guys,
I'm upgrading an application from qt 5.8 to 5.12 right now.
When I try to deploy it on a windows machine I'm getting many errors that several modules are missing.
Before I only had to deploy the qmldir files together with some dlls but this seems not to work anymore.THX
mts -
Hey guys,
I'm upgrading an application from qt 5.8 to 5.12 right now.
When I try to deploy it on a windows machine I'm getting many errors that several modules are missing.
Before I only had to deploy the qmldir files together with some dlls but this seems not to work anymore.THX
mtshi @themts
are you aware of the WindowsDeploymentTool
it is usually enough to deploy your application, if you give it enough information/arguments. especially the qmldir of your source files