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/mwm_tests
parent8f13a28a84c26bdd8f78a1c31f925c2ca6d522f6 (diff)
[linux-build] Fixed numerous link-time errors about missing libnormalize.
Diffstat (limited to 'map/mwm_tests')
-rw-r--r--map/mwm_tests/mwm_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/mwm_tests/mwm_tests.pro b/map/mwm_tests/mwm_tests.pro
index 526adea8dd..327430858b 100644
--- a/map/mwm_tests/mwm_tests.pro
+++ b/map/mwm_tests/mwm_tests.pro
@@ -6,7 +6,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = map gui search storage graphics indexer platform anim geometry coding base \
+DEPENDENCIES = map gui search storage graphics indexer platform anim geometry coding base normalize \
freetype fribidi expat protobuf tomcrypt jansson
include($$ROOT_DIR/common.pri)