From: Dmitry Shachnev Date: Wed, 24 Jun 2020 08:54:14 +0000 (+0100) Subject: remove some include paths to pick up system headers X-Git-Tag: archive/raspbian/5.15.8+dfsg-3+rpi1~1^2^2^2^2^2^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a6e7e85da6e4addec50a38ba292ca5a567fa1707;p=qtlocation-opensource-src.git remove some include paths to pick up system headers Forwarded: not-needed Last-Update: 2020-04-27 Gbp-Pq: Name use_system_dependencies.diff --- diff --git a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro index ed974db..775bbe5 100644 --- a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro +++ b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro @@ -406,8 +406,6 @@ HEADERS += \ platform/qt/src/timer_impl.hpp \ INCLUDEPATH += \ - deps/boost/1.65.1 \ - deps/boost/1.65.1/include \ deps/earcut/0.12.4 \ deps/earcut/0.12.4/include \ deps/geojson/0.4.2 \ @@ -422,10 +420,6 @@ INCLUDEPATH += \ deps/optional/f27e7908/include \ deps/polylabel/1.0.3 \ deps/polylabel/1.0.3/include \ - deps/protozero/1.5.2 \ - deps/protozero/1.5.2/include \ - deps/rapidjson/1.1.0 \ - deps/rapidjson/1.1.0/include \ deps/shelf-pack/2.1.1 \ deps/shelf-pack/2.1.1/include \ deps/supercluster/0.2.2 \