From a3244421a54660a699c669988943035b365e1bb9 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 19 Jul 2017 13:52:21 +0300 Subject: [Qt] Rename files with same name QMake is having some issues with files with same names when building the Qt Location plugin. --- cmake/core-files.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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 -- cgit v1.2.1