Skip to content

Commit

Permalink
Follow instructions from cartr/homebrew-qt4 (#4815)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasp00 authored and tresf committed Feb 7, 2019
1 parent c907fcd commit 3c88541
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis/osx..install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate ja

if [ $QT5 ]; then
PACKAGES="$PACKAGES qt5"
else
PACKAGES="$PACKAGES cartr/qt4/qt"
fi

brew install $PACKAGES ccache

if [ -z "$QT5" ]; then
brew tap cartr/qt4
brew tap-pin cartr/qt4
brew install qt@4
fi

sudo npm install -g appdmg

0 comments on commit 3c88541

Please sign in to comment.