mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Travis: Another attempt to fix build
This commit is contained in:
parent
016ea1c9fa
commit
d3aebb2b0c
@ -28,8 +28,7 @@ install:
|
|||||||
sudo apt-add-repository -y ppa:beineri/opt-qt58-trusty;
|
sudo apt-add-repository -y ppa:beineri/opt-qt58-trusty;
|
||||||
sudo apt-get update -qq;
|
sudo apt-get update -qq;
|
||||||
sudo apt-get install -qq qt58tools qt58script qt58webengine qt58webchannel qt58declarative qt58x11extras;
|
sudo apt-get install -qq qt58tools qt58script qt58webengine qt58webchannel qt58declarative qt58x11extras;
|
||||||
fi
|
elif [[ "$QT" == "qt59" ]]; then
|
||||||
if [[ "$QT" == "qt59" ]]; then
|
|
||||||
sudo apt-add-repository -y ppa:beineri/opt-qt59-trusty;
|
sudo apt-add-repository -y ppa:beineri/opt-qt59-trusty;
|
||||||
sudo apt-get update -qq;
|
sudo apt-get update -qq;
|
||||||
sudo apt-get install -qq qt59tools qt59script qt59webengine qt59webchannel qt59declarative qt59x11extras;
|
sudo apt-get install -qq qt59tools qt59script qt59webengine qt59webchannel qt59declarative qt59x11extras;
|
||||||
|
Loading…
Reference in New Issue
Block a user