Updated the Mac release script to use the custom Qt version.

preferencesAboutTextFull
shibakaneki 13 years ago
parent c7492c7c38
commit bc55454c98
  1. 2
      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

Loading…
Cancel
Save