diff --git a/travis-dependencies.sh b/travis-dependencies.sh index 2bfabf6b4..e4280fd5a 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -4,6 +4,8 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then brew update brew install qt qt5 protobuf libgcrypt else + sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa 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