qmake: execute command at the very end -


how can execute command in qmake after everything finished?

qmake_post_link doesn't trick because executed after linking, before qmake moves binary defined directory. need executed when in place.

try using qmake's installs variable. creates 'install' step in makefile need run manually (make install), can both move files , execute arbitrary commands.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -