diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-04-27 19:52:38 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-04-27 21:53:21 +0300 |
commit | 30fb7f473845116d6c68ad31c2c7ce016e1121ad (patch) | |
tree | 36fc7f6d2834f314e6fb7dcdeb0f099cdc84bcbb /.travis.yml | |
parent | 2656b5c733a7c7a18f81c80518e4bfef75b03582 (diff) | |
download | qtlocation-mapboxgl-30fb7f473845116d6c68ad31c2c7ce016e1121ad.tar.gz |
[Qt] Expose center and zoom properties
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c0d2a03358..b2e959f8e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,6 +115,8 @@ matrix: compiler: ": linux-gcc49-release" env: FLAVOR=qt5 BUILDTYPE=Release _CXX=g++-4.9 _CC=gcc-4.9 addons: *qt5 + before_install: + - sudo apt-get install -y qtpositioning5-dev script: - make qt-app qt-qml-app |