Try:
qmake Code:
  1. HEADERS+=commondir/*.h
To copy to clipboard, switch view to plain text mode 
Just be aware you will have to call qmake every time you add a new file to that directory.

An alternative is to use Jacek's solution but instead of INSTALLS make use of QMAKE_EXTRA_TARGETS.