Deploy Windows desktop application
Unsolved
General and Desktop
-
Hi guys,
I'm kinda new to Qt and I got a small issue when deploy my project. I use windeployqt tool to deploy my application. It add some stuff into the release folder, except these .dll files and the .exe cant run without them. Then I manually copy paste to add these .dll files into the release folder, now it works properly. Its just a little inconvenience to me but is there any way to fix it? Many thanks.!
-
@Quang-Thanh You can check Qt Bug Tracker to see whether this is a known issue (https://bugreports.qt.io/secure/Dashboard.jspa). If not you can file a bug.
-
@Quang-Thanh
how did you call windeployqt exactly?
Did you provide the "--compiler-runtime" parameter?!