You can install basically anything you want. Here's an example of a typical qmake feature file installation:
qmake Code:
  1. feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
  2. feature.files = mylibrary.prf
  3. INSTALLS += feature
To copy to clipboard, switch view to plain text mode