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
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
See the INSTALLS variable at the qmake documentation.
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.
Bookmarks