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 /indexer
parent571ae610378cacc7f966bbc4f44afeea6518e409 (diff)
[linux-build] Fixed wrong link order for base and normalize.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/indexer_tests/indexer_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/indexer_tests/indexer_tests.pro b/indexer/indexer_tests/indexer_tests.pro
index b0c338a945..cf34ee32cf 100644
--- a/indexer/indexer_tests/indexer_tests.pro
+++ b/indexer/indexer_tests/indexer_tests.pro
@@ -4,7 +4,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = indexer platform geometry coding normalize base protobuf tomcrypt
+DEPENDENCIES = indexer platform geometry coding base normalize protobuf tomcrypt
!linux {
DEPENDENCIES += opening_hours
}