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
path: root/map
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2016-07-07 12:05:07 +0300
committerMaxim Pimenov <m@maps.me>2016-07-07 12:05:07 +0300
commita2cabf01a584afce906ff63abaf18b35101f43e1 (patch)
tree06b0ffdcb83a73f1ff5ce053000c70984a521e56 /map
parent092198b2f529ac96754c030c7e806998eddaabfa (diff)
Fixed a possible linker error.
Diffstat (limited to 'map')
-rw-r--r--map/map_tests/map_tests.pro2
-rw-r--r--map/mwm_tests/mwm_tests.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 25eff8d0c7..b42320fb9d 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 drape_frontend routing search storage drape indexer platform editor geometry coding base \
- freetype fribidi expat protobuf tomcrypt jansson osrm stats_client minizip succinct pugixml
+ freetype fribidi expat protobuf tomcrypt jansson osrm stats_client minizip succinct pugixml stats_client
DEPENDENCIES *= opening_hours
diff --git a/map/mwm_tests/mwm_tests.pro b/map/mwm_tests/mwm_tests.pro
index 10b50c8bb3..0beee1bc3c 100644
--- a/map/mwm_tests/mwm_tests.pro
+++ b/map/mwm_tests/mwm_tests.pro
@@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = map search storage indexer platform editor geometry coding base \
- freetype fribidi expat protobuf tomcrypt jansson succinct pugixml
+ freetype fribidi expat protobuf tomcrypt jansson succinct pugixml stats_client
include($$ROOT_DIR/common.pri)