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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-04-12 23:28:00 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:15:38 +0300
commitd2f10518e1a3bc03b0c3f2744087e5cd9365c869 (patch)
tree94ae672b15fd37aff81aa21a5d12f11b933c9bb2 /publisher
parentcb00fd9a7538ee153a46d15094211ac32df9d969 (diff)
[gcc] Fixed build error
Diffstat (limited to 'publisher')
-rw-r--r--publisher/publisher.pro2
-rw-r--r--publisher/publisher_tests/publisher_tests.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/publisher/publisher.pro b/publisher/publisher.pro
index 5480e5cf8a..0ef9f6ae4b 100644
--- a/publisher/publisher.pro
+++ b/publisher/publisher.pro
@@ -4,7 +4,7 @@ CONFIG += console
CONFIG -= app_bundle
ROOT_DIR = ..
-DEPENDENCIES = gflags bzip2 zlib jansson base coding words
+DEPENDENCIES = words coding base gflags bzip2 zlib jansson
include($$ROOT_DIR/common.pri)
diff --git a/publisher/publisher_tests/publisher_tests.pro b/publisher/publisher_tests/publisher_tests.pro
index fb2784cd3a..4d2ff578f2 100644
--- a/publisher/publisher_tests/publisher_tests.pro
+++ b/publisher/publisher_tests/publisher_tests.pro
@@ -4,7 +4,7 @@ CONFIG += console
CONFIG -= app_bundle
ROOT_DIR = ../..
-DEPENDENCIES = gflags bzip2 zlib base coding words
+DEPENDENCIES = words coding base bzip2 zlib
include($$ROOT_DIR/common.pri)