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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-04-22 13:35:40 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:24 +0300
commitae2e3966d1742bb0376d35d8603564cd101b62de (patch)
treee8485df083fdc9ac05fbd321ed58de5244b2baf4 /routing/routing_tests/routing_tests.pro
parent5ac42bd3a1e5eaafdcb29e66bd569583a2210f45 (diff)
Our fixes to OSRM
Diffstat (limited to 'routing/routing_tests/routing_tests.pro')
-rw-r--r--routing/routing_tests/routing_tests.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/routing/routing_tests/routing_tests.pro b/routing/routing_tests/routing_tests.pro
index 0ace3c8808..051b4d9f31 100644
--- a/routing/routing_tests/routing_tests.pro
+++ b/routing/routing_tests/routing_tests.pro
@@ -17,6 +17,10 @@ QT *= core
win32* : LIBS *= -lShell32
+INCLUDEPATH += $$ROOT_DIR/3party/jansson/src \
+ $$ROOT_DIR/3party/osrm/osrm-backend/include \
+ $$ROOT_DIR/3party/osrm/osrm-backend/third_party
+
SOURCES += \
../../testing/testingmain.cpp \
astar_algorithm_test.cpp \