Skip to content

Commit

Permalink
Update To qt 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Dec 19, 2018
1 parent 3b764c3 commit a668aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ matrix:
before_install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa;
sudo add-apt-repository --yes ppa:beineri/opt-qt591-trusty;
sudo add-apt-repository ppa:beineri/opt-qt-5.10.1-trusty -y;
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test;
sudo add-apt-repository --yes ppa:ppsspp/cmake;
sudo apt update -qq;
sudo apt install build-essential qt59base qt59quickcontrols qt59serialport qt59charts-no-lgpl g++-4.8 cmake git;
sudo apt install build-essential qt510base qt510quickcontrols qt510serialport qt510charts-no-lgpl g++-4.8 cmake git;
export CXX="g++-4.8";
git clone git://anongit.kde.org/extra-cmake-modules;
cd extra-cmake-modules;
Expand Down

0 comments on commit a668aab

Please sign in to comment.