Commit a91106f9 authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Add ppa for qt5 on travis ubuntu

parent 4b478efa
...@@ -4,6 +4,8 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then ...@@ -4,6 +4,8 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
brew update brew update
brew install qt qt5 protobuf libgcrypt brew install qt qt5 protobuf libgcrypt
else else
sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev qt5-default qttools5-dev-tools sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev\
qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev qt5-default qttools5-dev-tools
fi fi
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment