summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-27 10:05:05 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-27 10:12:30 -0400
commit84700fce9095ef9a7d30a580a552f2393f8acc8a (patch)
tree06705d7b56942e0cba3e5d621d97aa08a170b265 /test
parent0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87 (diff)
downloadqtlocation-mapboxgl-84700fce9095ef9a7d30a580a552f2393f8acc8a.tar.gz
allow installing the library
Diffstat (limited to 'test')
-rw-r--r--test/test.gyp20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 04287bd9a8..daf74b3e99 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -1,7 +1,7 @@
{
'includes': [
'../gyp/common.gypi',
- '../gyp/platform.gypi',
+ '../gyp/mbgl-platform.gypi',
],
'targets': [
{ 'target_name': 'rotation_range',
@@ -13,7 +13,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
]
},
{ 'target_name': 'clip_ids',
@@ -25,7 +25,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
]
},
{ 'target_name': 'enums',
@@ -37,7 +37,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
]
},
{ 'target_name': 'style_parser',
@@ -51,7 +51,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
'../mapboxgl.gyp:copy_fixtures',
]
},
@@ -64,7 +64,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
]
},
{ 'target_name': 'comparisons',
@@ -76,7 +76,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
]
},
{ 'target_name': 'tile',
@@ -88,7 +88,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
]
},
{ 'target_name': 'functions',
@@ -100,7 +100,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
]
},
{ 'target_name': 'headless',
@@ -130,7 +130,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mapboxgl',
+ '../mapboxgl.gyp:mbgl',
'<(platform_library)',
],
},