~ubuntu-branches/debian/sid/librecad/sid

« back to all changes in this revision

Viewing changes to librecad.pro

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2011-12-17 20:08:57 UTC
  • mfrom: (0.2.4)
  • Revision ID: package-import@ubuntu.com-20111217200857-r9wmynaloj230qm1
Tags: 1.0.0+nolibs-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
DEFINES += QC_APPNAME="\"LibreCAD\""
6
6
DEFINES += QC_COMPANYNAME="\"LibreCAD\""
7
7
DEFINES += QC_COMPANYKEY="\"LibreCAD\""
8
 
DEFINES += QC_VERSION="\"1.0.0-SNAPSHOT\""
 
8
DEFINES += QC_VERSION="\"1.0.0\""
9
9
DEFINES += QC_DELAYED_SPLASH_SCREEN=1
10
10
 
11
11
 
25
25
    # SVNREVISION = $$system(svn info -R | grep -o \"Revision: [0-9]*\" | sed -e \"s/Revision: //\" | head -n1)
26
26
    # Temporary disabled getting SCM version
27
27
    #SCMREVISION=$$system(git describe --tags)
28
 
    SCMREVISION=$$system([ "$(which git)x" != "x" -a -d .git ] && echo "$(git describe --tags)" || echo "1.0.0rc4")
 
28
    SCMREVISION=$$system([ "$(which git)x" != "x" -a -d .git ] && echo "$(git describe --tags)" || echo "1.0.0")
29
29
 
30
30
    DEFINES += QC_SCMREVISION=\"$$SCMREVISION\"
31
31
    macx {