~ubuntu-branches/ubuntu/lucid/mythtv/lucid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
############################################################
# Optional qmake instructions which automatically generate #
# an extra source file containing the Subversion revision. #
#       If the directory has no .svn directories,          #
#        "exported" is reported as the revision.           #
############################################################

SVNTREEDIR = $$system(pwd)
SVNREPOPATH = "$$URL: http://svn.mythtv.org/svn/trunk/mythtv/version.pro $$"


SOURCES += version.cpp

version.target = version.cpp 

version.commands = sh \"$$SVNTREEDIR/version.sh\" \"$$SVNTREEDIR\" \"$$SVNREPOPATH\"

!mingw: version.depends = FORCE 

QMAKE_EXTRA_UNIX_TARGETS += version
mingw: QMAKE_EXTRA_WIN_TARGETS += version