Hi.
I try to run deployed application, but It don't run.
I don't quite understand how to deploy and run.
My application make from [ArcGIS Runtime SDK for Qt 100.8], and [Qt 5.15.0 MSVC2019 64bit].
I use to Qt Creator 4.12.4.
Here are the steps I took
1. Application building in Qt creator.
2. windeployqt.exe copy from "C:\Qt\5.15.0\msvc2019_64\bin" and paste into the folder with application.exe
3. windeploy run. Command is [ windeployqt.exe --qmldir ../../ ./ ]
4. All ArcGIS SDKs file copy from "C:\Program Files (x86)\ArcGIS SDKs\Qt100.8\sdk\windows\x64\bin" and paste into the folder with application.exe
I referred to " https://developers.arcgis.com/qt/latest/qml/guide/deploy-your-app.htm ".
How do I deploy and run my application?
Regards.