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 /drape_frontend
parent092198b2f529ac96754c030c7e806998eddaabfa (diff)
Fixed a possible linker error.
Diffstat (limited to 'drape_frontend')
-rw-r--r--drape_frontend/drape_frontend_tests/drape_frontend_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/drape_frontend_tests/drape_frontend_tests.pro b/drape_frontend/drape_frontend_tests/drape_frontend_tests.pro
index 38c8db3004..037b7d4257 100644
--- a/drape_frontend/drape_frontend_tests/drape_frontend_tests.pro
+++ b/drape_frontend/drape_frontend_tests/drape_frontend_tests.pro
@@ -4,7 +4,7 @@ CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app
-DEPENDENCIES = drape_frontend drape platform indexer geometry coding base expat tomcrypt
+DEPENDENCIES = drape_frontend drape platform indexer geometry coding base expat tomcrypt stats_client
ROOT_DIR = ../..
include($$ROOT_DIR/common.pri)