Hi,

I'm trying to deploy an application written using Qt Creator and mingw on windows. I have searched numerous threads, but can't seem to find a working answer. Static linking would be nice, but looks way to hard and has limitations. My program uses many different dependency dll's so I don't want to manually copy all of them like I usually do. It seems like I need to add a deploy step, I have Qt Creator set to always perform a deploy step, but there isn't any deploy step configured. What is the proper way to make Qt Creator automatically copy all of the required dll files to the release directory?