diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-12-08 16:21:15 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-12-08 16:21:15 +0100 |
commit | e11c073e518139ca1729ea1e4a76c215b9abca53 (patch) | |
tree | 655373dab92ecf9ed4a6b899468268b2fdf9b2f9 /mapboxgl.gyp | |
parent | d04d75abaee12bff4779b0e898dd04ec784d2c4f (diff) | |
download | qtlocation-mapboxgl-e11c073e518139ca1729ea1e4a76c215b9abca53.tar.gz |
report version number in user agent string
refs #628
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r-- | mapboxgl.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp index 3978ebf0ad..7ce215dc6a 100644 --- a/mapboxgl.gyp +++ b/mapboxgl.gyp @@ -2,6 +2,7 @@ 'includes': [ './gyp/common.gypi', './gyp/shaders.gypi', + './gyp/version.gypi', './gyp/styles.gypi', './gyp/certificates.gypi', './gyp/mbgl-core.gypi', |