PDA

View Full Version : compilation debug/release copy files



ssaku
2nd June 2011, 08:22
Hi, in my project I created few settings files and I am wondering how to copy this files to the debug/release folder ? when the .pro file is compiled ?? Thanks for help

Lykurg
2nd June 2011, 10:47
See the INSTALLS variable at the qmake documentation.

arturo182
2nd June 2011, 12:28
If you're using QtCreator, you can add a new build step that executes a script (bat/bash) that does what you want. It will be executed every time you compile your project.