summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-02 12:00:03 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-02 13:12:24 -0700
commit7800445c85b29f60b8f5ff265122182035af6ff0 (patch)
treeb52f49e8e5c88a9e88ccded3c8e1da18e6086b9a /test
parent34f9618d31532c7872bef4529eaa138527a320c9 (diff)
downloadqtlocation-mapboxgl-7800445c85b29f60b8f5ff265122182035af6ff0.tar.gz
[core] Use gyp's direct_dependent_settings to propagate variant cflags
Diffstat (limited to 'test')
-rw-r--r--test/test.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 4f0726eb16..a9e53c88fc 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -5,6 +5,9 @@
'type': 'static_library',
'standalone_static_library': 1,
'hard_dependency': 1,
+ 'dependencies': [
+ 'core',
+ ],
'include_dirs': [
'../include',
@@ -87,7 +90,6 @@
'<@(geojsonvt_cflags)',
'<@(rapidjson_cflags)',
'<@(pixelmatch_cflags)',
- '<@(variant_cflags)',
],
'ldflags': [
'<@(gtest_ldflags)',