Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-08-23 11:11:45 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 16:25:31 +0300
commit8f8c6ffea1ac71f1e234808062b46080c405aa28 (patch)
tree3771773db4285d524e03a9953839b4cbd7a91af4 /mapshot
parent8ff72140282102c55e902c1829eef4a3eb19eb28 (diff)
Fixed compilation of release-75
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/mapshot/mapshot.pro b/mapshot/mapshot.pro
index d4cc968064..dcf5a636f1 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -2,9 +2,9 @@
ROOT_DIR = ..
DEPENDENCIES = map drape_frontend software_renderer routing search storage tracking traffic \
- routing_common ugc indexer drape partners_api local_ads platform editor geometry \
+ routing_common ugc indexer drape partners_api local_ads platform editor geometry mwm_diff \
coding base freetype expat gflags jansson protobuf osrm stats_client minizip succinct \
- pugixml opening_hours stb_image sdf_image icu agg
+ pugixml opening_hours stb_image sdf_image icu agg bsdiff
include($$ROOT_DIR/common.pri)