Skip to content

Commit

Permalink
fix(build): qt5 for 12.04 has moved PPAs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed May 26, 2016
1 parent 3b2a853 commit db12b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/files/travis/test-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ if [ "$QT_SELECT" = "qt4" ]; then
sudo apt-get update
sudo apt-get install libqt4-dev
else
sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
sudo add-apt-repository -y ppa:canonical-qt5-edgers/ubuntu1204-qt5
sudo apt-get update
sudo apt-get install qtbase5-dev
fi

0 comments on commit db12b35

Please sign in to comment.