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-21 21:38:56 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-30 14:51:06 +0300
commitd13124d48244721d0cca3f59dcd3ed1a7d8fa641 (patch)
tree950f6109e12b2172eb0c234f20c598b0f8dd8e84 /indexer/indexer_tests
parent61c7d12fbdad8709cba58b1106c366ca26fc2d62 (diff)
Using transliteration for obtaining best feature name.
Diffstat (limited to 'indexer/indexer_tests')
-rw-r--r--indexer/indexer_tests/indexer_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/indexer_tests/indexer_tests.pro b/indexer/indexer_tests/indexer_tests.pro
index 30b4d715a7..2bfd28cd1a 100644
--- a/indexer/indexer_tests/indexer_tests.pro
+++ b/indexer/indexer_tests/indexer_tests.pro
@@ -6,7 +6,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = generator_tests_support search_tests_support indexer_tests_support \
platform_tests_support generator search routing routing_common indexer storage editor \
- platform coding geometry base stats_client jansson tess2 protobuf \
+ platform coding geometry base stats_client jansson tess2 protobuf icu \
succinct opening_hours pugixml
include($$ROOT_DIR/common.pri)