diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-02 12:00:03 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-02 13:12:24 -0700 |
commit | 7800445c85b29f60b8f5ff265122182035af6ff0 (patch) | |
tree | b52f49e8e5c88a9e88ccded3c8e1da18e6086b9a /test/test.gypi | |
parent | 34f9618d31532c7872bef4529eaa138527a320c9 (diff) | |
download | qtlocation-mapboxgl-7800445c85b29f60b8f5ff265122182035af6ff0.tar.gz |
[core] Use gyp's direct_dependent_settings to propagate variant cflags
Diffstat (limited to 'test/test.gypi')
-rw-r--r-- | test/test.gypi | 4 |
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)', |