mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
remove qtmobility from apt packages
This commit is contained in:
parent
a06c7b2f9d
commit
669568b918
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
||||||
else
|
else
|
||||||
if (( QT4 )); then
|
if (( QT4 )); then
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
|
sudo apt-get install -y libprotobuf-dev protobuf-compiler libqt4-dev
|
||||||
else
|
else
|
||||||
sudo add-apt-repository -y ppa:beineri/opt-qt521
|
sudo add-apt-repository -y ppa:beineri/opt-qt521
|
||||||
sudo add-apt-repository -y ppa:kalakris/cmake
|
sudo add-apt-repository -y ppa:kalakris/cmake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue