make clean should also remove ssrf-version.h

Regardless if we are building from git or from a tar file.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-08-21 06:00:46 -05:00
parent 27331b9d3a
commit a0fc0d5125

View file

@ -23,4 +23,5 @@ exists(.git/HEAD): {
# This is probably a package
FULL_VERSION = $$VERSION
system(echo \\$${LITERAL_HASH}define VERSION_STRING \\\"$$VERSION\\\" > $$VERSION_FILE)
QMAKE_CLEAN += $$VERSION_FILE
}