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:
authorvng <viktor.govako@gmail.com>2012-05-25 18:50:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:52 +0300
commit4c60127b39972f0ba8f1024e213ca5ff88a49fd5 (patch)
tree283e2e5ff10f405630ecd5dd42f01c680d2d06cd /map/map_tests/map_tests.pro
parent590ead561d01a6df17b2dba76aa8dfadcb988af4 (diff)
[linux] Fix compilation.
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 6747e03ab5..db221a3b1d 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -6,7 +6,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = map storage search yg indexer platform geometry coding base \
+DEPENDENCIES = map search storage yg indexer platform geometry coding base \
freetype fribidi expat protobuf tomcrypt jansson
include($$ROOT_DIR/common.pri)