Quote Originally Posted by wysota View Post
I use something like this to perform a regular install:

INSTALL_SPECS += wwwidgets.prf
mkspecs.files = $$INSTALL_SPECS
mkspecs.path = $$[QT_INSTALL_DATA]/mkspecs/features
INSTALLS += mkspecs
I think that you can use the ".command" property to issue the command to be executed. I'm not sure of that though, but it's worth to try. If not, then simply provide multiple install entries, possibly using some kind of stencil.
I can't find documentation about ".command" property . Where I can fid it?