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 /storage
parent968f8283fec37681f9499d6dca1a3db2f66390ef (diff)
Strings transliteration with ICU library.
Diffstat (limited to 'storage')
-rw-r--r--storage/storage_integration_tests/storage_integration_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage_integration_tests/storage_integration_tests.pro b/storage/storage_integration_tests/storage_integration_tests.pro
index 4188439612..d1c226b6cc 100644
--- a/storage/storage_integration_tests/storage_integration_tests.pro
+++ b/storage/storage_integration_tests/storage_integration_tests.pro
@@ -9,7 +9,7 @@ ROOT_DIR = ../..
DEPENDENCIES = map drape_frontend routing search storage tracking traffic routing_common indexer drape \
partners_api platform_tests_support platform editor opening_hours geometry \
coding base freetype expat fribidi jansson protobuf osrm stats_client \
- minizip succinct pugixml oauthcpp stb_image sdf_image
+ minizip succinct pugixml oauthcpp stb_image sdf_image icu
include($$ROOT_DIR/common.pri)