From 97825f9e5be85e87c35ea23c1eb0cb93bfe1744b Mon Sep 17 00:00:00 2001 From: skyjake Date: Thu, 8 Mar 2012 11:43:34 +0200 Subject: [PATCH] qmake: Added comment in versions.pri --- doomsday/versions.pri | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doomsday/versions.pri b/doomsday/versions.pri index 0c549dbc98..f32df9067b 100644 --- a/doomsday/versions.pri +++ b/doomsday/versions.pri @@ -1,3 +1,10 @@ +# The Doomsday Engine Project +# Copyright (c) 2011-2012 Jaakko Keränen +# +# 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