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:
authorSergey Magidovich <mgsergio@mapswithme.com>2015-12-02 14:18:21 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:58 +0300
commit45320c242e76fa6ad86b5716a128923b9cb6eb9c (patch)
tree05eaf601f73f8078b6dd6bb3ab963a621eb6b230 /omim.pro
parent4d4d5e235b858ddb18d56abab6ecd273b0772a95 (diff)
Move xml-feature to editor library.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/omim.pro b/omim.pro
index b9606e5fe9..5f4c9343de 100644
--- a/omim.pro
+++ b/omim.pro
@@ -23,7 +23,7 @@ HEADERS += defines.hpp
CONFIG *= desktop
}
-SUBDIRS = 3party base coding geometry indexer search routing editor
+SUBDIRS = 3party base coding geometry editor indexer routing search
!CONFIG(osrm) {
SUBDIRS *= platform stats storage
@@ -160,7 +160,7 @@ SUBDIRS = 3party base coding geometry indexer search routing editor
SUBDIRS *= generator_tests
editor_tests.subdir = editor/editor_tests
- editor_tests.depends = 3party editor
+ editor_tests.depends = 3party base editor geometry
SUBDIRS *= editor_tests
SUBDIRS *= qt_tstfrm