I'm using Visual Studio 2012 with C++, developing a Qt application.
I'm able to compile it and debug it, but, somehow, no .dll file is in the Debug or Release folder. I've tried some of other posts solutions, but none worked.
So, how can I make Visual Studio copy the required .dll files into the release folder?
I think it should be an option somewhere. I'm just starting to think about copying it handmade.