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
Post a Comment