From c7530012be4a29166a4e68976b166326f99fa0fc Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 4 Feb 2014 01:21:13 -0500 Subject: Build qt5 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 -- cgit v0.10.1