I want to add some icons images and so on, in my install directive with qmake.


It works for the main target.

my_app.pro file.
Qt Code:
  1. TARGET = my_app
  2. .....
  3. target.path = /usr/bin
  4. INSTALLS += target
  5. INSTALLS += (my extra files collection)
To copy to clipboard, switch view to plain text mode 

But now I want to include some subs directory or files (like icons, images ... ) in my installation directive.
Witch variable must be used?