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:
authorExMix <Rahuba.youri@gmail.com>2013-02-26 11:39:30 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:12 +0300
commitc570a06c4238277cb9fb33a500322b5a037668c4 (patch)
tree679d08d8fd418fca41b6c8c6c657af81c481731b /map/benchmark_tool
parent27708f3866011b1b9a6fcd34f44d6e535278750e (diff)
fix dependence for windows build
Diffstat (limited to 'map/benchmark_tool')
-rw-r--r--map/benchmark_tool/benchmark_tool.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/benchmark_tool/benchmark_tool.pro b/map/benchmark_tool/benchmark_tool.pro
index 8f124642ae..5d72a56b71 100644
--- a/map/benchmark_tool/benchmark_tool.pro
+++ b/map/benchmark_tool/benchmark_tool.pro
@@ -6,7 +6,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = map indexer platform geometry coding base gflags protobuf
+DEPENDENCIES = map indexer platform geometry coding base gflags protobuf tomcrypt
include($$ROOT_DIR/common.pri)