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 13:18:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:29 +0300
commitd2376c83843e877ffe6f7edef3fa3c5f04b0ae30 (patch)
tree3d85d0a779ea4456e1bb28b412af709f0e2ef86f /map/map_tests
parent571ae610378cacc7f966bbc4f44afeea6518e409 (diff)
[linux-build] Fixed wrong link order for base and normalize.
Diffstat (limited to 'map/map_tests')
-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 9429dfa4fe..28c9e8d27b 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 render gui routing search storage graphics indexer platform anim geometry coding normalize base \
+DEPENDENCIES = map render gui routing search storage graphics indexer platform anim geometry coding base normalize \
freetype fribidi expat protobuf tomcrypt jansson osrm stats_client minizip succinct
!linux* {