I’m building an application which is written with Qt in Visual Studio 2008. Everything is OK and I can run the output, but the executable file depends on some other files to be loaded at run-time. These files need to be copied along with the .EXE file every time they are changed, as I need to run the released output outside the IDE.
Is it possible to copy some files/folder in the output directory right besides the .EXE file during project build-time?
Here is how it’s done:
Here is good resource for build events from where you can continue further:
http://msdn.microsoft.com/en-us/library/42x5kfw4(v=vs.80).aspx