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:
authorvng <viktor.govako@gmail.com>2012-05-10 22:14:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:16 +0300
commitb24f4e6e00079e3d5de19815d50349af12e9645b (patch)
treee801951d0bba83f937e58c5428b9a1d943c9d377 /map/map_tests/map_tests.pro
parent3c3bb9301e23a6b0a66b22b6ae8c51d55682e175 (diff)
Framework::GetAddressInfo. Get name and house number separately
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index c3ed7dcc1a..6747e03ab5 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -6,7 +6,8 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = map storage search yg indexer platform geometry coding base freetype fribidi expat protobuf tomcrypt
+DEPENDENCIES = map storage search yg indexer platform geometry coding base \
+ freetype fribidi expat protobuf tomcrypt jansson
include($$ROOT_DIR/common.pri)