From b3c4a6c2abfb741c5c2ac791d88e5a84a57eefb7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 30 May 2014 10:49:34 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4310 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/qmmp.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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\\\" } -- cgit v1.2.3-13-gbd6f