Hi
I have one dll project and one .exe project. When I have built the dll I want it to be copied to the folder of the .exe but I have no idea on how to do this with Qt Creator. In Visual Studio there are Deployement settings and you can also do Post Build events. Is there something similar for Qt Creator?
I am currently doing a Win32 version of the application so it does not have to deploy to device or something like that. I just want to move the dll to the correct folder so the .exe finds it.



