Changeset 21361c757d in tspsg
- Timestamp:
- Mar 26, 2016, 7:41:31 PM (9 years ago)
- Branches:
- appveyor
- Parents:
- 468fa8e7e5
- git-author:
- Oleksii Serdiuk <contacts@…> (03/26/16 19:41:31)
- git-committer:
- Oleksii Serdiuk <contacts@…> (07/20/18 13:47:22)
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
version.pri
r468fa8e7e5 r21361c757d 11 11 ###################################################################### 12 12 13 exists(".git/") { 13 !isEmpty(VERSION_TAG) { 14 DESC = $$VERSION_TAG 15 } else:exists(".git/") { 14 16 DESC = $$system("git describe --abbrev=40") 15 17 } else:exists(".tag") {
Note: See TracChangeset
for help on using the changeset viewer.