[Solved] INSTALLS behaviour
-
Hi everyone!
I'm currently setting up a project structure where I use the subdirs template to organize the projects. There I have to copy some files on build. To do this I'm using INSTALLS. Now, if I run qmake on one of the projects that makes use of INSTALLS and have a look into the generated Makefile, not all specified files are in there, but only those that already exist. As I also have to copy some library files from other projects they are not copied if I don't build that project, run qmake, and then build the project that uses it.
Therefore, if I delete the Build directory and call rebuild all, no files are copied...Is that normal behaviour?
Regards