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-05 10:07:09 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:46 +0300
commit571fb4bf73e4adff8de52cfe22fc000c2bd43c60 (patch)
tree498429f1170eb53cdf75252773e4da90e57209cb /omim.pro
parente585f1036a3bceb4140a8b6dd49295e3fb524a0a (diff)
Switch to classes due to complexity of a task.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/omim.pro b/omim.pro
index 4c949c4bc7..b9606e5fe9 100644
--- a/omim.pro
+++ b/omim.pro
@@ -159,6 +159,10 @@ SUBDIRS = 3party base coding geometry indexer search routing editor
generator_tests.depends = $$MapDepLibs routing generator
SUBDIRS *= generator_tests
+ editor_tests.subdir = editor/editor_tests
+ editor_tests.depends = 3party editor
+ SUBDIRS *= editor_tests
+
SUBDIRS *= qt_tstfrm
drape_tests.subdir = drape/drape_tests