diff options
| -rw-r--r-- | src/qmmp/qmmp.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro index 7e1a55302..b19425c4d 100644 --- a/src/qmmp/qmmp.pro +++ b/src/qmmp/qmmp.pro @@ -88,6 +88,9 @@ unix { win32 { SVN_REVISION = $$system(svn_revision.cmd) + isEmpty(SVN_REVISION) { + SVN_REVISION = $$system(sh svn_revision.sh) + } !isEmpty(SVN_REVISION) { DEFINES += SVN_REVISION=\\\"$$SVN_REVISION\\\" } |
