fix(build): qt5 for 12.04 has moved PPAs

This commit is contained in:
Matt Broadstone 2016-05-26 08:26:55 -04:00
parent 3b2a853707
commit db12b35490
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if [ "$QT_SELECT" = "qt4" ]; then
sudo apt-get update sudo apt-get update
sudo apt-get install libqt4-dev sudo apt-get install libqt4-dev
else 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 update
sudo apt-get install qtbase5-dev sudo apt-get install qtbase5-dev
fi fi