Skip to content

Commit

Permalink
Travis CI: Install additional Qt image format plugins
Browse files Browse the repository at this point in the history
This should add support for TIFF, MNG, TGA, WBMP and WEBP to the Linux
binary releases.

Closes #1444
  • Loading branch information
bjorn committed Feb 21, 2017
1 parent 1147768 commit 7ca1e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matrix:
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt571-trusty
- sudo apt-get update -qq
- sudo apt-get -y install qt57base qt57svg qt57tools binutils zlib1g-dev
- sudo apt-get -y install qt57base qt57svg qt57imageformats qt57tools binutils zlib1g-dev
- source /opt/qt57/bin/qt57-env.sh
script:
- mkdir Tiled ; cd Tiled/
Expand Down

0 comments on commit 7ca1e19

Please sign in to comment.