diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-04-28 18:05:34 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-05-02 19:33:54 +0300 |
commit | daf33180fd7e39d16fd902a9886a406609df7efb (patch) | |
tree | 9317d8b1229fdea0cc81b68ac25da7d6249647d6 /.travis.yml | |
parent | 133f71dd01eb33bf238d7deaa631596492e40ee4 (diff) | |
download | qtlocation-mapboxgl-daf33180fd7e39d16fd902a9886a406609df7efb.tar.gz |
[Qt] Add QtLocation to the buildsystem
Needed by the next patch.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e4a5d8debe..5aab7ae1b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ matrix: env: FLAVOR=qt5 BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 addons: *qt5 before_install: - - sudo apt-get install -y qtpositioning5-dev + - sudo apt-get install -y qtpositioning5-dev qtlocation5-dev script: - make qt-app qt-qml-app |