Qt 6.11 is out! See what's new in the release
blog
General Deployment on Windows
Installation and Deployment
4
Posts
3
Posters
2.7k
Views
1
Watching
-
I have searched but I didn't see much on this or I didn't use the correct keywords.
Is there an option for building that all required dependencies are added to the application folder?
I don't want to statically link Qt, dynamic is fine.All I want to do is be able to copy my application to another computer and have it run.
If there isn't an option, how do you figure out what dlls you need? Run on the target machine, look at the error, copy in the dll, and repeat?
Note: I haven't actually tested any of this. I'm just wondering now, so the knowledge will be available for later.
-
You can search key word "deploying" in the Qt Assistant or "Qt Online Doc":http://doc.qt.nokia.com/sdk-1.1/index.html here
I think that's what you want.