From bc55454c98371ef31fdc10dc04873ffeccb1eb6e Mon Sep 17 00:00:00 2001 From: shibakaneki Date: Wed, 8 Jun 2011 11:00:26 +0200 Subject: [PATCH] Updated the Mac release script to use the custom Qt version. --- release.macx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.macx.sh b/release.macx.sh index d06aff34..3a137c42 100644 --- a/release.macx.sh +++ b/release.macx.sh @@ -1,7 +1,7 @@ #!/bin/bash # Executables -QMAKE="/usr/bin/qmake" +QMAKE="/usr/local/Trolltech/Qt-4.7.3/bin/qmake" MACDEPLOYQT="/usr/bin/macdeployqt" DMGUTIL="`pwd`/../Sankore-ThirdParty/refnum/dmgutil/dmgutil.pl" DSYMUTIL=/usr/bin/dsymutil