Fix buggy touch

This commit is contained in:
woblight
2018-07-22 22:51:26 +02:00
parent ba52d8a498
commit b2718d4859
-1
View File
@@ -50,7 +50,6 @@ isEmpty(GIT_DESCRIBE){
message("WARNING: empty git describe")
} else {
message("Git describe: $$GIT_DESCRIBE")
touch(main.cpp,.git/logs/HEAD)
}
DEFINES += GIT_DESCRIBE=\\\"$$GIT_DESCRIBE\\\"