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:
authorYuri Gorshenin <y@maps.me>2015-09-21 12:23:14 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:29 +0300
commit571ae610378cacc7f966bbc4f44afeea6518e409 (patch)
tree856b350b0980a46495c4b875b92b0b9a268e4349 /map/benchmark_tool
parent8f13a28a84c26bdd8f78a1c31f925c2ca6d522f6 (diff)
[linux-build] Fixed numerous link-time errors about missing libnormalize.
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 bffff69cda..2676abd1e6 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 tomcrypt
+DEPENDENCIES = map indexer platform geometry coding base normalize gflags protobuf tomcrypt
include($$ROOT_DIR/common.pri)