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:
authorAlex Zolotarev <alex@maps.me>2015-12-09 17:16:38 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:51 +0300
commit798fe6e920f36de9d254101b9cbe359304adc28f (patch)
tree0f55098ccbbbc86c6874cff3694eb4d28e99f209 /mapshot
parent9dab47abb1bf3ab07ff627b2ecd343daa0a3009c (diff)
Pugixml dependency for index library.
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapshot/mapshot.pro b/mapshot/mapshot.pro
index 8f7a2bd741..4efe017bce 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -3,7 +3,7 @@
ROOT_DIR = ..
DEPENDENCIES = map drape_frontend routing search storage indexer drape platform geometry coding base \
freetype expat fribidi tomcrypt gflags jansson protobuf osrm stats_client minizip succinct \
- opening_hours
+ pugixml opening_hours
include($$ROOT_DIR/common.pri)