summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-04 06:21:13 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-04 06:21:13 (GMT)
commitc7530012be4a29166a4e68976b166326f99fa0fc (patch)
treef481c3433e3ad02c9baaca70070db3b2338821c9 /scripts
parent23023bfaf415a2676c2df9adac691bae4cae33f0 (diff)
Build qt5
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx-build-homebrew.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/macosx-build-homebrew.sh b/scripts/macosx-build-homebrew.sh
index d0ff6d2..5633e1c 100755
--- a/scripts/macosx-build-homebrew.sh
+++ b/scripts/macosx-build-homebrew.sh
@@ -20,7 +20,6 @@ OPENSCADDIR=$PWD
BASEDIR=$OPENSCADDIR/../libraries
DEPLOYDIR=$BASEDIR/homebrew
MAC_OSX_VERSION_MIN=10.7
-export QMAKESPEC=unsupported/macx-clang
OPTION_DEPLOY=false
@@ -65,7 +64,7 @@ export MACOSX_DEPLOYMENT_TARGET=$MAC_OSX_VERSION_MIN
# Don't use bottles, as they might be built with the wrong deployment target
export HOMEBREW_BUILD_FROM_SOURCE=1
-for formula in qt eigen boost cgal glew glib opencsg; do
+for formula in qt5 eigen boost cgal glew glib opencsg; do
brew install openscad/tap/$formula
done
if $OPTION_DEPLOY; then
contact: Jan Huwald // Impressum