1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

trying to update Qt

This commit is contained in:
Michael Pavlyshko 2014-07-13 14:08:16 +03:00
parent 2f9bc5fc9a
commit 5f04c596b1

View File

@ -10,7 +10,7 @@ before_install:
#new SDL2
- sudo add-apt-repository --yes ppa:zoogie/sdl2-snapshots
#new Qt
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository --yes ppa:beineri/opt-qt531
#new FFmpeg
- sudo add-apt-repository --yes ppa:djcj/vlc-stable
@ -21,9 +21,10 @@ before_install:
- sudo apt-get install -qq cmake yasm libboost1.55-all-dev zlib1g-dev
- sudo apt-get install -qq libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
- sudo apt-get install -qq libavformat-dev libswscale-dev
- sudo apt-get install -qq qtdeclarative5-dev
- sudo apt-get install -qq qt53declarative
#setup compiler
- source /opt/qt53/bin/qt53-env.sh
- export CC=${REAL_CC} CXX=${REAL_CXX}
before_script: