diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-07-19 13:52:21 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-07-19 14:39:39 +0300 |
commit | a3244421a54660a699c669988943035b365e1bb9 (patch) | |
tree | 9327c1436c1aeec455971d8af1ec761b08496027 /cmake | |
parent | 05df451f3c370e6ba8a02d8b0268d88c23db269b (diff) | |
download | qtlocation-mapboxgl-a3244421a54660a699c669988943035b365e1bb9.tar.gz |
[Qt] Rename files with same name
QMake is having some issues with files with same names when
building the Qt Location plugin.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index d9bd3f79cb..4822c395a1 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -584,7 +584,7 @@ set(MBGL_CORE_FILES src/mbgl/util/event.cpp src/mbgl/util/font_stack.cpp src/mbgl/util/geo.cpp - src/mbgl/util/geojson.cpp + src/mbgl/util/geojson_impl.cpp src/mbgl/util/grid_index.cpp src/mbgl/util/grid_index.hpp src/mbgl/util/http_header.cpp |