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 /console_sloynik
parentcb00fd9a7538ee153a46d15094211ac32df9d969 (diff)
[gcc] Fixed build error
Diffstat (limited to 'console_sloynik')
-rw-r--r--console_sloynik/console_sloynik.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/console_sloynik/console_sloynik.pro b/console_sloynik/console_sloynik.pro
index f29c2f865d..94947fedf8 100644
--- a/console_sloynik/console_sloynik.pro
+++ b/console_sloynik/console_sloynik.pro
@@ -4,7 +4,7 @@ CONFIG += console
CONFIG -= app_bundle
ROOT_DIR = ..
-DEPENDENCIES = gflags bzip2 zlib base coding words
+DEPENDENCIES = words coding base gflags bzip2 zlib
include($$ROOT_DIR/common.pri)