In my Qt project I'm trying to copy libraries as part of the build process. The goal is to have a ready made distribution after the build with all necessary dynamic libraries.
This seems acheivable with the INSTALLS variable, but I find the documentation a bit thin: qmake Variable Reference: INSTALLS
In the example given:
- Is
target
already defined, or is defined by writingtarget.path =
? - Where is the documentation for possible members?
.path
and ...?