Skip to content

Commit

Permalink
qmake: Added comment in versions.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 14, 2012
1 parent 6b6072a commit 97825f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doomsday/versions.pri
@@ -1,3 +1,10 @@
# The Doomsday Engine Project
# Copyright (c) 2011-2012 Jaakko Keränen <jaakko.keranen@iki.fi>
#
# Runs a Python script that reads the current version numbers and release
# information from the headers of the various components. Python is assumed to
# be on the system path.

defineReplace(findVersion) {
info = $$system(python \"$$PWD/../distrib/build_version.py\" \"$$PWD/$$1\")
# Result: versionbase buildnum reltype winver
Expand Down

0 comments on commit 97825f9

Please sign in to comment.