I have a project and I am using following lines to move an xml file to my executable directory.
xmls_to_move.path = $${OUTDIR}
xmls_to_move.files = somefile.xml
INSTALLS += xmls_to_move
I can check that qmake sees the file, CTRL and clicking it navigates to it. But for some reason, it does not move the file after build. What might be the reason?