Changeset 21361c757d in tspsg


Ignore:
Timestamp:
Mar 26, 2016, 7:41:31 PM (8 years ago)
Author:
Oleksii Serdiuk
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)
Message:

Add AppVeyor? configuration

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • version.pri

    r468fa8e7e5 r21361c757d  
    1111######################################################################
    1212
    13 exists(".git/") {
     13!isEmpty(VERSION_TAG) {
     14    DESC = $$VERSION_TAG
     15} else:exists(".git/") {
    1416    DESC = $$system("git describe --abbrev=40")
    1517} else:exists(".tag") {
Note: See TracChangeset for help on using the changeset viewer.