diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-29 18:30:46 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:09 +0100 |
commit | 29baacf3a5bb773d94d08d16b81c3cda45a44eb6 (patch) | |
tree | 1dc3ca456151138ee5e8b7cf88b3afcecc3df1db /gyp/mbgl-headless.gypi | |
parent | 3d51e116a84ee168975bcee8377e9156f77e2731 (diff) | |
download | qtlocation-mapboxgl-29baacf3a5bb773d94d08d16b81c3cda45a44eb6.tar.gz |
refactor makefile
Diffstat (limited to 'gyp/mbgl-headless.gypi')
-rw-r--r-- | gyp/mbgl-headless.gypi | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gyp/mbgl-headless.gypi b/gyp/mbgl-headless.gypi deleted file mode 100644 index df91e71698..0000000000 --- a/gyp/mbgl-headless.gypi +++ /dev/null @@ -1,18 +0,0 @@ -{ - 'targets': [ - { 'target_name': 'mbgl-headless', - 'product_name': 'mbgl-headless', - 'type': 'static_library', - 'standalone_static_library': 1, - - 'sources': [ - '../platform/default/headless_view.cpp', - '../platform/default/headless_display.cpp', - ], - - 'include_dirs': [ - '../include', - ], - }, - ], -} |