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:
authorVladimir Byko-Ianko <bykoianko@gmail.com>2016-10-11 16:19:41 +0300
committerGitHub <noreply@github.com>2016-10-11 16:19:41 +0300
commit689575eecb7639757a05398c1a87dd71936abc98 (patch)
treecd98ea3ad922d79d9bf1ad51d0bfc0d6ba0ff978 /omim.pro
parentca4aca76afefa7bdf12ab8e06bdb0143f9fd4ae2 (diff)
parent7e729c2ceec5ecc0b245fb709a04013897c39dd7 (diff)
Merge pull request #4451 from milchakov/uber_core
[core] Uber api
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index ec42dcc0c5..9fc68bdcc5 100644
--- a/omim.pro
+++ b/omim.pro
@@ -64,7 +64,7 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
}
!CONFIG(gtool):!CONFIG(osrm) {
- SUBDIRS *= drape drape_frontend map
+ SUBDIRS *= drape drape_frontend partners_api map
CONFIG(map_designer):CONFIG(desktop) {
SUBDIRS *= skin_generator
@@ -244,5 +244,9 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
drape_frontend_tests.subdir = drape_frontend/drape_frontend_tests
drape_frontend_tests.depends = 3party base coding platform drape drape_frontend
SUBDIRS *= drape_frontend_tests
+
+ partners_api_tests.subdir = partners_api/partners_api_tests
+ partners_api_tests.depends = base platform partners_api
+ SUBDIRS *= partners_api_tests
} # !no-tests
} # !gtool