Skip to content

Commit

Permalink
we are using QT 5.4.2, because we had troubles with the current QT 5.…
Browse files Browse the repository at this point in the history
…6 brew. The deployed frameworks were loading libraries from /usr/local/Cellar/qt5 instead of the app bundle.
  • Loading branch information
Patrizio Bekerle committed Jun 11, 2016
1 parent d697ab4 commit e26f7c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ install:
else
brew update > /dev/null
&& brew install qt5
&& cd `brew --prefix`
&& echo "We are using QT 5.4.2, because we had troubles with the current QT 5.6 brew. The deployed frameworks were loading libraries from /usr/local/Cellar/qt5 instead of the app bundle."
&& git checkout 00e46351980ad915424aad9316abffc19936809c Library/Formula/qt5.rb
&& cd -
&& chmod -R 755 /usr/local/opt/qt5/*
;
fi
Expand Down

0 comments on commit e26f7c7

Please sign in to comment.