summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-11 19:35:11 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-02-11 19:35:39 -0800
commit8c6f71fdb26a4d7a4e2743d3661ff53adbf1658b (patch)
tree8b41684207913dd12119ffabd70970aa56da31a5 /binding.gyp
parenteb5314d20975437b10f6a1df91893165df9de41e (diff)
downloadqtlocation-mapboxgl-8c6f71fdb26a4d7a4e2743d3661ff53adbf1658b.tar.gz
adapt to static-render branch changes [skip ci]
still missing updated tests
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/binding.gyp b/binding.gyp
index fb18393908..dc030205b3 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -11,12 +11,12 @@
'sources': [
'src/mbgl.cpp',
+ 'src/compress_png.hpp',
+ 'src/compress_png.cpp',
'src/node_file_source.hpp',
'src/node_file_source.cpp',
'src/node_map.hpp',
'src/node_map.cpp',
- 'src/node_map_render_worker.hpp',
- 'src/node_map_render_worker.cpp',
'src/node_request.hpp',
'src/node_request.cpp',
],