- use --long in the git describe command for the GIT_DESCRIBE macro definition

Tue, 07 Jan 2014 12:06:12 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 07 Jan 2014 12:06:12 +0200
changeset 605
2983f7c7e7c9
parent 604
01bdac75994a
child 606
3dd6f343ec06

- use --long in the git describe command for the GIT_DESCRIBE macro definition

ldforge.pro file | annotate | diff | comparison | revisions
--- a/ldforge.pro	Tue Jan 07 11:56:26 2014 +0200
+++ b/ldforge.pro	Tue Jan 07 12:06:12 2014 +0200
@@ -32,7 +32,7 @@
 	OBJECTS_DIR = ./build_release/
 }
 
-exists(.git): DEFINES += GIT_DESCRIBE="\\\"$$system(git describe --tags)\\\""
+exists(.git): DEFINES += GIT_DESCRIBE="\\\"$$system(git describe --tags --long)\\\""
 
 unix {
 	LIBS += -lGLU

mercurial