Qt Extended Home · Build System Home · Reference · User Guide · Internals codeless banner

Run commands after the TARGET is built

You can force your target to run after the target is built by depending on it. Note the use of the Makefile variable.

    foo.depends+=$(TARGET)

See also Advanced Tasks.


Copyright © 2009 Trolltech
Qt Extended - Build System Documentation