Install Qt 5.5.1 from brew

Because QT 5.6 breaks stuff
[ci skip]
This commit is contained in:
gcoco
2016-03-18 21:42:50 -04:00
parent 831964715c
commit 8905afd22e

View File

@@ -6,8 +6,8 @@ then
echo ${workdir}
cd $( brew --prefix )
pwd
# Select QT 5.4.2
git checkout 00e46351980 Library/Formula/qt5.rb
# Select QT 5.5.1
git checkout fb64f6cd91ff Library/Formula/qt5.rb
cd ${workdir}
pwd
fi