I have been trying to test the deployment process of a QML application that is based off of the default QML project sample.
I can build and run it fine in the editor,but once I go to deploy and test the application I cannot get the executable to start.
I have run windeployqt, and also manually copied over the dll files from the SDK folders.
Winqtdeploy command :
C:\Qt\5.12.4\msvc2017_64\bin\windeployqt --release --qmldir C:\Users\USER\Documents\ArcGis_QML_ONLY_Testing\ .\ArcGis_QML_ONLY_Testing.exe
Additionally I have tried pointing to the \qml\ directory that is generated, and still no luck.
Is there something that I have missed?