I have developed an QML application (Mingw). I want to deploy this app to other Windows system. My instructions are:
- Building app in Release mode
- Run
windeployqt.exe
for necessery dlls and folders. - Adding missing dll.
Problem is, when I start my app, it seems to work in background and no window appears. I have wasted a lot of time on this.