PDA

View Full Version : QMake How we add extra files in the install command



bred
20th September 2010, 13:59
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.


TARGET = my_app
.....
target.path = /usr/bin
INSTALLS += target
INSTALLS += (my extra files collection)


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