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:
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 /indexer
parent092198b2f529ac96754c030c7e806998eddaabfa (diff)
Fixed a possible linker error.
Diffstat (limited to 'indexer')
-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 0528baa426..0f1090a2f0 100644
--- a/indexer/indexer_tests/indexer_tests.pro
+++ b/indexer/indexer_tests/indexer_tests.pro
@@ -5,7 +5,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = indexer platform editor geometry coding base protobuf tomcrypt \
- succinct opening_hours pugixml \
+ succinct opening_hours pugixml stats_client \
include($$ROOT_DIR/common.pri)