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 <alex@maps.me>2015-12-01 06:00:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-12-01 06:00:07 +0300
commit71a18f54e9eccffe3e544e2b54694261e7dec5ba (patch)
tree3653c250de4d6b6c0db5eb9f35ef7a8ea87eab54 /omim.pro
parent0a27a2c41b47d7cdbae0cee636a3490daead3dc9 (diff)
Removed qt project dependency on benchmark_tool & mapshot.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/omim.pro b/omim.pro
index 6bd2355a8d..5ce5f4bbba 100644
--- a/omim.pro
+++ b/omim.pro
@@ -64,10 +64,9 @@ SUBDIRS = 3party base coding geometry indexer routing
benchmark_tool.subdir = map/benchmark_tool
benchmark_tool.depends = 3party base coding geometry platform indexer map
mapshot.depends = $$SUBDIRS
- SUBDIRS *= benchmark_tool mapshot
-
qt.depends = $$SUBDIRS
- SUBDIRS *= qt
+
+ SUBDIRS *= benchmark_tool mapshot qt
}
CONFIG(desktop):!CONFIG(no-tests) {