diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-05-27 14:30:38 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-01 13:53:39 +0300 |
commit | a3e0c60a7c322c9040cfcf880cc7ca4956cf9e12 (patch) | |
tree | df3a234494fa4a46b73318ddcea2614af7033c68 /platform/qt | |
parent | f301df931cf879cf59765d5b0ccf5eb1e65dbdc6 (diff) | |
download | qtlocation-mapboxgl-a3e0c60a7c322c9040cfcf880cc7ca4956cf9e12.tar.gz |
[build] Added unique_resource as dependency
Diffstat (limited to 'platform/qt')
-rw-r--r-- | platform/qt/scripts/configure.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/qt/scripts/configure.sh b/platform/qt/scripts/configure.sh index b79c23532e..4b855f7c58 100644 --- a/platform/qt/scripts/configure.sh +++ b/platform/qt/scripts/configure.sh @@ -2,6 +2,7 @@ CXX11ABI=$(scripts/check-cxx11abi.sh) +UNIQUE_RESOURCE_VERSION=dev PROTOZERO_VERSION=1.3.0 BOOST_VERSION=1.60.0 GEOMETRY_VERSION=0.5.0 |