What do you mean when you talk about a separate "installation point" ? I tried the following

Qt Code:
  1. QMFILES = file1.qm file2.qm file3.qm
  2. target.path = /opt/myapp
  3. tstarget.path = /opt/myapp
  4. tstarget.files = $$QMFILES
  5. INSTALLS += target tstarget
To copy to clipboard, switch view to plain text mode 

but it doesn't work .