summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-09-30 17:19:31 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-10-02 10:17:16 -0700
commitddc4a8193e775d9cd9280ad7d9bb6975b4a323ee (patch)
treefc8771a4e86a36e759bc183941c7c6a1cd021aad /scripts
parent02bc2bd7bef98f330356c30562038813b22a0fdc (diff)
downloadqtlocation-mapboxgl-ddc4a8193e775d9cd9280ad7d9bb6975b4a323ee.tar.gz
Install gtest from mason
Diffstat (limited to 'scripts')
-rw-r--r--scripts/linux/configure.sh1
-rw-r--r--scripts/osx/configure.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/linux/configure.sh b/scripts/linux/configure.sh
index a54ac292b3..29854e10ea 100644
--- a/scripts/linux/configure.sh
+++ b/scripts/linux/configure.sh
@@ -13,6 +13,7 @@ NUNICODE_VERSION=1.5.1
LIBZIP_VERSION=0.11.2
VARIANT_VERSION=1.0
RAPIDJSON_VERSION=1.0.2
+GTEST_VERSION=1.7.0
function print_opengl_flags {
CONFIG+=" 'opengl_cflags%': $(quote_flags $(pkg-config gl x11 --cflags)),"$LN
diff --git a/scripts/osx/configure.sh b/scripts/osx/configure.sh
index b24c58f2b8..450f958339 100644
--- a/scripts/osx/configure.sh
+++ b/scripts/osx/configure.sh
@@ -13,3 +13,4 @@ NUNICODE_VERSION=1.5.1
LIBZIP_VERSION=0.11.2
VARIANT_VERSION=1.0
RAPIDJSON_VERSION=1.0.2
+GTEST_VERSION=1.7.0