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:
authorTimofey <t.danshin@corp.mail.ru>2015-10-22 20:24:32 +0300
committerTimofey <t.danshin@corp.mail.ru>2015-10-26 17:10:20 +0300
commitf3e28e9795376702c874f9083aca46c17bb48b4a (patch)
tree7d30e18c1c38bdd4a4f8514a4c9a8a22c888f9ec /omim.pro
parent7696222a6c470cdc387182a3a05f0f32c49c4670 (diff)
Moving downloader_tests into a separate executable.
Added $$ROOT_DIR Removed unnecessary comments
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index a176c16e17..35db5408ac 100644
--- a/omim.pro
+++ b/omim.pro
@@ -27,7 +27,6 @@ win32:CONFIG(drape) {
}
SUBDIRS = 3party base geometry coding
-
SUBDIRS += indexer
SUBDIRS += routing
@@ -78,6 +77,7 @@ SUBDIRS += routing
SUBDIRS += platform/platform_tests_support
SUBDIRS += geometry/geometry_tests
SUBDIRS += platform/platform_tests
+ SUBDIRS += platform/downloader_tests
SUBDIRS += qt_tstfrm
SUBDIRS += render/render_tests
SUBDIRS += storage/storage_tests