Add ppa for qt5 on travis ubuntu
This commit is contained in:
parent
4b478efa61
commit
a91106f90e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue