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:
authorDenis Koronchik <denis@mapswithme.com>2014-08-06 19:51:11 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:04 +0300
commit67bad407c99430502d4dfa9428a5635c9f88e790 (patch)
treea466156b42036aa409ff3e6d70bcbab8351d056e /map/map_tests/map_tests.pro
parent64d2bf9e1f32e353805a6652cc10897551b0af7b (diff)
[routing] Implement osrm router
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 82bd924b51..a006d56c3d 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = map gui routing search storage graphics indexer platform anim geometry coding base \
- freetype fribidi expat protobuf tomcrypt jansson zlib
+ freetype fribidi expat protobuf tomcrypt jansson zlib osrm
include($$ROOT_DIR/common.pri)