mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
27331b9d3a
commit
a0fc0d5125
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue