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@mapswithme.com>2013-06-11 02:52:41 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:09:06 +0300
commitdaa0c06cb887735b8007d6ea5bdd3788816b0a4e (patch)
treec003a5b6f72ad25d6874609bfffa800eed6de047 /stats/stats.pro
parent4530aeac40dbbdf8ea5414850e9ea54e255aac51 (diff)
[statistics] Add the stats client.
Diffstat (limited to 'stats/stats.pro')
-rw-r--r--stats/stats.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/stats/stats.pro b/stats/stats.pro
new file mode 100644
index 0000000000..5ccab609a5
--- /dev/null
+++ b/stats/stats.pro
@@ -0,0 +1,10 @@
+# Project that includes all stats projects.
+
+TEMPLATE = subdirs
+CONFIG += ordered
+
+SUBDIRS = client
+
+!iphone*:!bada*:!android* {
+ SUBDIRS += client/client_tests
+}