I wonder how I can make qmake delete complete directories when doing a "make clean"? I can add additional file, or wildcards by:
QMAKE_CLEAN += foo/bar/*
but this will invoke "rm -f" only. is there a way to make qmake delete complete directory structures on an invokation to make clean?
Bookmarks