Revert "remove qtmobility from apt packages"
This reverts commit 669568b918
.
This commit is contained in:
parent
a6bc709583
commit
6257ea701e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
|||
else
|
||||
if (( QT4 )); then
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y libprotobuf-dev protobuf-compiler libqt4-dev
|
||||
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
|
||||
else
|
||||
sudo add-apt-repository -y ppa:beineri/opt-qt521
|
||||
sudo add-apt-repository -y ppa:kalakris/cmake
|
||||
|
|
Loading…
Reference in a new issue