Error when deploying Qt App on windows 10
-
Hi, i'm in trouble because i need to deploy my application for windows, so i followed this tuto : https://wiki.qt.io/Deploy_an_Application_on_Windows .
Before that it didn't work because of the dll. But now i have all dll needed but the application don't work and it just launch the main window and it instantly shuts.
Here you can see the .exe and the main window few seconds before it shuts.
I use Qt Creator 4.8.2 with free licence.
If you have a clue of what is going on, i take it =)
Thanks
Thomas. -
@jsulm said in Error when deploying Qt App on windows 10:
windeployqt
No i just did the steps in the link in the first post.
I don't know if i need plugin it's the first time i try to deploy a Qt app i'm a student and now i need to run my app on a pc that don't have Qt. My app is a web server and i used QtWebApp by Stefan Frings.
Thanks for this quick answer.