Tue, 07 Jan 2014 12:06:12 +0200
- 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