We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5c72f commit ea39c86Copy full SHA for ea39c86
.travis.yml
@@ -1,7 +1,10 @@
1
before_install:
2
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
3
+ - sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
4
- sudo apt-get update -qq
5
- sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev libx11-dev libxtst-dev
6
+ - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
7
+ - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
8
script:
9
- qmake -qt=qt5 -v
10
- qmake -qt=qt5 XInputSimulator/
0 commit comments