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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-13 14:10:46 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-30 14:51:05 +0300
commit61c7d12fbdad8709cba58b1106c366ca26fc2d62 (patch)
tree0a64b94715dbb62a6488e373990dcace335f30e2 /mapshot
parent968f8283fec37681f9499d6dca1a3db2f66390ef (diff)
Strings transliteration with ICU 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 41bd7c936b..0a3e16d5a0 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -4,7 +4,7 @@ ROOT_DIR = ..
DEPENDENCIES = map drape_frontend routing search storage tracking traffic routing_common indexer \
drape partners_api platform editor geometry coding base \
freetype expat fribidi gflags jansson protobuf osrm stats_client minizip succinct \
- pugixml opening_hours stb_image sdf_image
+ pugixml opening_hours stb_image sdf_image icu
include($$ROOT_DIR/common.pri)