I have worked with VC++ project during my past days. Whenever the project is build in release mode or debug mode, the exe runs itself without any additional dependencies. We just have to click on the exe, and the project runs.
But this is not working in QML project. I have both debug & release desktop versions of project, but they are not running on clicking the exe. Do we need some additional component to make a sort of wrapper for exe to make it run.
I would like to mention that I'm not asking regarding the deployment of QtQuick application.