Explicitly define qt versions on Mac (#3201)

* Explicitly define qt versions on Mac

Closes #3200

* Qt4 force Xcode8 pre-built binaries
* Don't do install tasks at configure time
This commit is contained in:
Tres Finocchiaro
2017-01-02 17:14:52 -05:00
committed by GitHub
parent 89665b0be3
commit 6137fcc5a5
4 changed files with 8 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
PACKAGES="cmake pkgconfig fftw libogg libvorbis libsndfile libsamplerate jack sdl stk fluid-synth portaudio node fltk"
if [ $QT5 ]; then
PACKAGES="$PACKAGES qt55"
PACKAGES="$PACKAGES homebrew/versions/qt55"
else
PACKAGES="$PACKAGES qt"
PACKAGES="$PACKAGES cartr/qt4/qt"
fi
brew install $PACKAGES