Perhaps QMAKE_EXTRA_TARGETS does the trick:
Qt Code:
clean.files = ... # might need to put something here, otherwise the target gets skipped clean.commands = ... # here's the custom clean stuff QMAKE_EXTRA_TARGETS += cleanTo copy to clipboard, switch view to plain text mode
Bookmarks